Merge pull request #17572 from hashicorp/d-getting-started-resource-dependencies-bucket-name
docs/getting-started: Replace underscores in aws_s3_bucket name in dependencies example
This commit is contained in:
commit
504d5ef233
|
@ -156,7 +156,7 @@ resource "aws_s3_bucket" "example" {
|
||||||
# NOTE: S3 bucket names must be unique across _all_ AWS accounts, so
|
# NOTE: S3 bucket names must be unique across _all_ AWS accounts, so
|
||||||
# this name must be changed before applying this example to avoid naming
|
# this name must be changed before applying this example to avoid naming
|
||||||
# conflicts.
|
# conflicts.
|
||||||
bucket = "terraform_getting_started_guide"
|
bucket = "terraform-getting-started-guide"
|
||||||
acl = "private"
|
acl = "private"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue