From 21ebc865e49b12ef83b1be0bfd5ab444d0e997a6 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Sun, 10 Sep 2023 08:30:02 -0700 Subject: [PATCH] Update tutorials --- .../registry/packages/aws/how-to-guides/aws-ts-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/registry/packages/aws/how-to-guides/aws-ts-containers.md b/content/registry/packages/aws/how-to-guides/aws-ts-containers.md index ac37245fa7a1..f04f011b2c3f 100644 --- a/content/registry/packages/aws/how-to-guides/aws-ts-containers.md +++ b/content/registry/packages/aws/how-to-guides/aws-ts-containers.md @@ -39,7 +39,7 @@ with `***`. $ pulumi stack init containers-dev ``` -1. Configure Pulumi to use an AWS region that supports Fargate. This is currently only available in `us-east-1`, `us-east-2`, `us-west-2`, and `eu-west-1`: +1. Configure Pulumi to use an AWS region that supports Fargate (you can view a list of supported regions in the [AWS documentation](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/AWS_Fargate-Regions.html)): ``` $ pulumi config set aws:region us-west-2