File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Due to the change from `aws_security_group_rule` to `aws_vpc_security_group_ingr
132132
133133``` sh
134134terraform state rm ' module.efs.aws_security_group_rule.this["vpc"]'
135- terraform state import ' module.efs.aws_vpc_security_group_ingress_rule.this["vpc_1"]' ' sg -xxx'
136- terraform state import ' module.efs.aws_vpc_security_group_ingress_rule.this["vpc_2"]' ' sg -xxx'
137- terraform state import ' module.efs.aws_vpc_security_group_ingress_rule.this["vpc_3"]' ' sg -xxx'
135+ terraform state import ' module.efs.aws_vpc_security_group_ingress_rule.this["vpc_1"]' ' sgr -xxx'
136+ terraform state import ' module.efs.aws_vpc_security_group_ingress_rule.this["vpc_2"]' ' sgr -xxx'
137+ terraform state import ' module.efs.aws_vpc_security_group_ingress_rule.this["vpc_3"]' ' sgr -xxx'
138138```
You can’t perform that action at this time.
0 commit comments