docs/aws: Update documentation example to remove \ from bucket prefix (#8289)

pull/8298/head
Paul Stack 10 years ago committed by Radek Simko
parent 9a70bfa977
commit ff0d9aff76

@ -15,7 +15,7 @@ Provides a CloudTrail resource.
resource "aws_cloudtrail" "foobar" {
name = "tf-trail-foobar"
s3_bucket_name = "${aws_s3_bucket.foo.id}"
s3_key_prefix = "/prefix"
s3_key_prefix = "prefix"
include_global_service_events = false
}

Loading…
Cancel
Save