File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -105,11 +105,11 @@ module "asg" {
105105 use_lc = true
106106 create_lc = true
107107
108- image_id = data. aws_ami . amazon_linux_ecs . id
109- instance_type = " t2.micro"
110- security_groups = [module . vpc . default_security_group_id ]
111- iam_instance_profile_arn = module. ec2_profile . iam_instance_profile_arn
112- user_data = data. template_file . user_data . rendered
108+ image_id = data. aws_ami . amazon_linux_ecs . id
109+ instance_type = " t2.micro"
110+ security_groups = [module . vpc . default_security_group_id ]
111+ iam_instance_profile_name = module. ec2_profile . iam_instance_profile_id
112+ user_data = data. template_file . user_data . rendered
113113
114114 # Auto scaling group
115115 vpc_zone_identifier = module. vpc . private_subnets
You can’t perform that action at this time.
0 commit comments