From 39b47bf61973f6dd5dddc06e629e1d1c8d22dd39 Mon Sep 17 00:00:00 2001 From: Mickey Pashov Date: Fri, 16 Sep 2022 06:33:45 +0100 Subject: [PATCH] fix: README example link (#12) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99d7e4d..80a7bcd 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ When you use this type of backend, there is no way to run `terraform output`. ## Examples -* [Cost estimation using cost.modules.tf service](https://github.com/terraform-aws-modules/terraform-aws-pricing/tree/master/examples/cost.modules.tf) +* [Cost estimation using cost.modules.tf service](https://github.com/terraform-aws-modules/terraform-aws-pricing/tree/master/examples/cost-modules-tf) * [Terraform state/plan cost estimation using AWS Pricing API](https://github.com/terraform-aws-modules/terraform-aws-pricing/tree/master/examples/pricing-terraform-state-and-plan) * [Complete example using AWS Pricing API](https://github.com/terraform-aws-modules/terraform-aws-pricing/tree/master/examples/complete) - Get cost estimation for multiple sources combined. * [Specified resources using AWS Pricing API](https://github.com/terraform-aws-modules/terraform-aws-pricing/tree/master/examples/pricing-resources) - Get cost estimation for specified resources.