Skip to content

Commit

Permalink
Merge pull request #1488 from pulumi/toriancrane/1486-aws-ts-containers
Browse files Browse the repository at this point in the history
Updating TS AWS Fargate Example
  • Loading branch information
toriancrane authored Sep 8, 2023
2 parents 26ffb4b + d4a8594 commit d3349e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-ts-containers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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
Expand Down

0 comments on commit d3349e6

Please sign in to comment.