Skip to content

Commit 07c13f3

Browse files
docs: Update import commands for state changes section (#49)
1 parent 93aaf97 commit 07c13f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/UPGRADE-2.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Due to the change from `aws_security_group_rule` to `aws_vpc_security_group_ingr
132132

133133
```sh
134134
terraform 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
```

0 commit comments

Comments
 (0)