docs/getting-started: Replace underscores in aws_s3_bucket name in dependencies example

This commit is contained in:
Brian Flad 2018-03-13 12:56:49 -04:00
parent 69c323a9f4
commit 4e7c9dd07b
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}