File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ resource "aws_security_group" "eg_prod_bastion_abc" {
112
112
resource "aws_instance" "eg_prod_bastion_abc" {
113
113
instance_type = "t1.micro"
114
114
tags = "${module.eg_prod_bastion_abc_label.tags}"
115
- vpc_security_group_ids = ["${aws_security_group.eg_prod_bastion_abc.id"} ]
115
+ vpc_security_group_ids = ["${aws_security_group.eg_prod_bastion_abc.id}" ]
116
116
}
117
117
118
118
module "eg_prod_bastion_xyz_label" {
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ usage: |-
125
125
resource "aws_instance" "eg_prod_bastion_abc" {
126
126
instance_type = "t1.micro"
127
127
tags = "${module.eg_prod_bastion_abc_label.tags}"
128
- vpc_security_group_ids = ["${aws_security_group.eg_prod_bastion_abc.id"} ]
128
+ vpc_security_group_ids = ["${aws_security_group.eg_prod_bastion_abc.id}" ]
129
129
}
130
130
131
131
module "eg_prod_bastion_xyz_label" {
@@ -169,4 +169,4 @@ contributors:
169
169
- name : " Andriy Knysh"
170
170
github : " aknysh"
171
171
- name : " Jamie Nelson"
172
- github : " Jamie-BitFlight"
172
+ github : " Jamie-BitFlight"
You can’t perform that action at this time.
0 commit comments