File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
terraform/account-wide-infrastructure/modules/ec2 Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11resource "aws_instance" "web" {
2- # associate_public_ip_address =
3- iam_instance_profile = aws_iam_instance_profile. powerbi_profile . name
4- ami = local. selected_ami_id
5- instance_type = var. instance_type
6- key_name = aws_key_pair. ec2_key_pair . key_name
7- subnet_id = var. subnet_id
8- security_groups = var. security_groups
2+ associate_public_ip_address = false
3+ iam_instance_profile = aws_iam_instance_profile. powerbi_profile . name
4+ ami = local. selected_ami_id
5+ instance_type = var. instance_type
6+ key_name = aws_key_pair. ec2_key_pair . key_name
7+ subnet_id = var. subnet_id
8+ security_groups = var. security_groups
99
1010 user_data = file (" ${ path . module } /scripts/user_data.tpl" )
1111
You can’t perform that action at this time.
0 commit comments