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