Skip to content

Commit

Permalink
feat: Add missing separtor
Browse files Browse the repository at this point in the history
  • Loading branch information
qbart committed Apr 26, 2024
1 parent 7d9fbc8 commit 3c2854f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cloudfront-app/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "random_id" "example" {
byte_length = 4
prefix = "tf-example"
prefix = "tf-example-"
}

resource "aws_s3_bucket" "this" {
Expand Down

0 comments on commit 3c2854f

Please sign in to comment.