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" {
105
105
use_lc = true
106
106
create_lc = true
107
107
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
113
113
114
114
# Auto scaling group
115
115
vpc_zone_identifier = module. vpc . private_subnets
You can’t perform that action at this time.
0 commit comments