Skip to content

Commit

Permalink
Update wordpress-ecs-fargate.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
takakuni-classmethod authored Aug 17, 2023
1 parent 17a58c0 commit 33706dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CloudFormation/wordpress-ecs-fargate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# different AZ to be chosen.
AZRegions:
ap-northeast-1:
AZs: ["a", "b"]
AZs: ["a", "c"]
ap-northeast-2:
AZs: ["a", "b"]
ap-south-1:
Expand Down Expand Up @@ -641,4 +641,4 @@
Value:
Ref: "WordPressTargetGroup"
Export:
Name: !Sub "${AWS::Region}-${AWS::StackName}-ALBTargetGroup"
Name: !Sub "${AWS::Region}-${AWS::StackName}-ALBTargetGroup"

0 comments on commit 33706dc

Please sign in to comment.