diff --git a/main.tf b/main.tf index 2e1c6c2..080d9ad 100644 --- a/main.tf +++ b/main.tf @@ -152,8 +152,8 @@ module "arm_rhel_image_pipeline" { source_repo_name = "aws-image-pipeline" project_name = "arm-rhel-image-pipeline" environment = "dev" - source_ami = "ami-0abcdef1234567890" # Specify a base RHEL ARM AMI ID - instance_type = "t4g.micro" # Example ARM instance type + source_ami = "ami-xxx" # Need a real AMI Here + instance_type = "t4g.micro" # Figure out what instance size needed ssh_username = "ec2-user" playbook = "playbook.yml" vpc_config = local.vpc_config