Skip to content

Commit

Permalink
x86 updated and ami
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli001 committed Jul 19, 2024
1 parent 53313d2 commit 27b6e58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ module "rhel-arm" {
goss_profile = "rhel-arm-base-test"
state = local.state_config
vpc_config = local.vpc_config
source_ami = "ami-014172793a1595e6c" # Updated AMI ID for RHEL 9 ARM
instance_type = "t4g.micro" # Ensure the instance type is ARM64 compatible
source_ami = "ami-03f5c6b8195c66b04" # Updated AMI ID for RHEL 9 ARM
instance_type = "t3.micro" # Ensure the instance type is ARM64 compatible
}


Expand Down
4 changes: 2 additions & 2 deletions modules/image-pipeline/build.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source "amazon-ebs" "rhel" {
ami_name = "rhel-arm-{{timestamp}}"
instance_type = "t4g.micro"
instance_type = "t3.micro"
region = "us-gov-west-1"
source_ami = "ami-014172793a1595e6c" # Updated AMI ID for RHEL 9 ARM
source_ami = "ami-03f5c6b8195c66b04" # Updated AMI ID for RHEL 9 ARM
ssh_username = "ec2-user"
}

Expand Down

0 comments on commit 27b6e58

Please sign in to comment.