provider/aws: Change s3_bucket documentation example to work (#13811)

Fixes: #13789
This commit is contained in:
terraformbot 2017-04-20 21:00:05 +03:00 committed by Paul Stack
parent 7f4a371f2c
commit 7925b76bad
1 changed files with 0 additions and 2 deletions

View File

@ -172,7 +172,6 @@ resource "aws_s3_bucket" "versioning_bucket" {
```hcl
provider "aws" {
alias = "west"
region = "eu-west-1"
}
@ -248,7 +247,6 @@ resource "aws_iam_policy_attachment" "replication" {
}
resource "aws_s3_bucket" "destination" {
provider = "aws.west"
bucket = "tf-test-bucket-destination-12345"
region = "eu-west-1"