Skip to content

Commit

Permalink
chore: Update AMI for ubuntu 2204 (x86_64) in agent-uninstall-clean-a...
Browse files Browse the repository at this point in the history
... ll scenario

Made with ❤️️ by updatecli
  • Loading branch information
updatecli committed May 2, 2024
1 parent cf393eb commit 4c1be76
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions molecule/agent-uninstall-clean-all/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@ platforms:
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
# - name: ubuntu-1804-x86_64
# image: ami-055744c75048d8296
# instance_type: ${INSTANCE_TYPE_X86}
# region: ${REGION}
# vpc_subnet_id: ${VPC_SUBNET_ID}
# - name: ubuntu-1804-x86_64
# image: ami-055744c75048d8296
# instance_type: ${INSTANCE_TYPE_X86}
# region: ${REGION}
# vpc_subnet_id: ${VPC_SUBNET_ID}
- name: ubuntu-2004-x86_64
image: ami-06f8dce63a6b60467
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
- name: ubuntu-2204-x86_64
image: ami-0e001c9271cf7f3b9
image: ami-0cfa2ad4242c3168d
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
Expand Down

0 comments on commit 4c1be76

Please sign in to comment.