Skip to content

Commit 20c898d

Browse files
authored
docs: Removed useless import command for S3 bucket resource itself (#146)
1 parent 6a913ee commit 20c898d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

UPGRADE-3.0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ Read more about [import in the official documentation for `aws_s3_bucket_acl`](h
111111
During the migration to v3.x of this module, several S3 resources will be created by this module. In order to guarantee the best experience and prevent data loss, you will need to import them into terraform state using commands like these:
112112

113113
```bash
114-
terraform import "module.s3_bucket.aws_s3_bucket.this[0]" <bucket-name>
115114
terraform import "module.s3_bucket.aws_s3_bucket_acl.this[0]" <bucket-name>,<acl>
116115
terraform import "module.s3_bucket.aws_s3_bucket_logging.this[0]" <bucket-name>
117116
terraform import "module.s3_bucket.aws_s3_bucket_website_configuration.this[0]" <bucket-name>,<account-id>

0 commit comments

Comments
 (0)