diff --git a/examples/cloudfront-app/main.tf b/examples/cloudfront-app/main.tf index 8b0c487..d5c8dcb 100644 --- a/examples/cloudfront-app/main.tf +++ b/examples/cloudfront-app/main.tf @@ -1,6 +1,6 @@ resource "random_id" "example" { byte_length = 4 - prefix = "tf-example" + prefix = "tf-example-" } resource "aws_s3_bucket" "this" {