Skip to content

Commit

Permalink
Updated AMI for taskcat testing post 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanvaughn committed Aug 25, 2024
1 parent c6c06b0 commit e225908
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cdk/wordpress/wordpress_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@

# AMI list generated by:
# make TEMPLATE_VERSION=2.0.0 ami-ec2-build
# on Tue Aug 20 05:36:45 UTC 2024.
AMI_ID="ami-0fd2a65ec46d9480c"
AMI_NAME="ordinary-experts-patterns-wordpress-2.0.0-20240820-0521"
# on Sat Aug 24 04:40:18 UTC 2024.
AMI_ID="ami-0b0e0a8d7496130e8"
AMI_NAME="ordinary-experts-patterns-wordpress-2.0.0-20240824-0425"
generated_ami_ids = {
"af-south-1": "ami-XXXXXXXXXXXXXXXXX",
"ap-east-1": "ami-XXXXXXXXXXXXXXXXX",
Expand All @@ -68,7 +68,7 @@
"us-east-2": "ami-XXXXXXXXXXXXXXXXX",
"us-west-1": "ami-XXXXXXXXXXXXXXXXX",
"us-west-2": "ami-XXXXXXXXXXXXXXXXX",
"us-east-1": "ami-0fd2a65ec46d9480c"
"us-east-1": "ami-0b0e0a8d7496130e8"
}
# End generated code block.

Expand Down

0 comments on commit e225908

Please sign in to comment.