Skip to content

Commit

Permalink
docs: Removed useless import command for S3 bucket resource itself (#146
Browse files Browse the repository at this point in the history
)
  • Loading branch information
antonbabenko authored Apr 4, 2022
1 parent 6a913ee commit 20c898d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UPGRADE-3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ Read more about [import in the official documentation for `aws_s3_bucket_acl`](h
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:

```bash
terraform import "module.s3_bucket.aws_s3_bucket.this[0]" <bucket-name>
terraform import "module.s3_bucket.aws_s3_bucket_acl.this[0]" <bucket-name>,<acl>
terraform import "module.s3_bucket.aws_s3_bucket_logging.this[0]" <bucket-name>
terraform import "module.s3_bucket.aws_s3_bucket_website_configuration.this[0]" <bucket-name>,<account-id>
Expand Down

0 comments on commit 20c898d

Please sign in to comment.