From b6ad969f13b59032147860575746227e92018744 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 10 Jun 2024 18:59:27 +0300 Subject: [PATCH] Update/correct AWS Pricing regions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc11f63..956a12d 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ end #### AWS provider -Set AWS provider's region to `us-east-1` or `sa-east-1` when using [modules/pricing](https://github.com/terraform-aws-modules/terraform-aws-pricing/tree/master/modules/pricing) because AWS Pricing service is only available in these regions. +Set AWS provider's region to `us-east-1`, `ap-south-1` or `eu-central-1` when using [modules/pricing](https://github.com/terraform-aws-modules/terraform-aws-pricing/tree/master/modules/pricing) because AWS Pricing service is only available in these regions. You can also pass provider explicitly as described in the [official documentation](https://www.terraform.io/docs/modules/providers.html#passing-providers-explicitly).