Skip to content

Commit

Permalink
Merge pull request #100 from takakuni-classmethod/main-1
Browse files Browse the repository at this point in the history
Update wordpress-ecs-fargate.yaml
  • Loading branch information
elamaran11 authored Dec 14, 2024
2 parents d0ca8a6 + 33706dc commit 6bd434c
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 6bd434c

Please sign in to comment.