Skip to content

Commit

Permalink
update ami-id
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Aug 14, 2024
1 parent 25f45f3 commit 05002fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhel.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ module "rhel" {
# goss_profile = "base-test"
state = local.state_config
vpc_config = local.vpc_config
source_ami = "ami-03f5c6b8195c66b04" # x86_64 compatible AMI
source_ami = "ami-0e6191a82a929381a" # x86_64 compatible AMI - RHEL9 quick start image
instance_type = "t3.micro" # x86_64 compatible instance type
}

0 comments on commit 05002fe

Please sign in to comment.