mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/aws: Change s3_bucket documentation example to work (#13811)
Fixes: #13789
This commit is contained in:
parent
7f4a371f2c
commit
7925b76bad
@ -172,7 +172,6 @@ resource "aws_s3_bucket" "versioning_bucket" {
|
|||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
provider "aws" {
|
provider "aws" {
|
||||||
alias = "west"
|
|
||||||
region = "eu-west-1"
|
region = "eu-west-1"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -248,7 +247,6 @@ resource "aws_iam_policy_attachment" "replication" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "aws_s3_bucket" "destination" {
|
resource "aws_s3_bucket" "destination" {
|
||||||
provider = "aws.west"
|
|
||||||
bucket = "tf-test-bucket-destination-12345"
|
bucket = "tf-test-bucket-destination-12345"
|
||||||
region = "eu-west-1"
|
region = "eu-west-1"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user