From 3c2854f10c852a499284d92af4ca27c99c43b8ac Mon Sep 17 00:00:00 2001 From: qbart Date: Fri, 26 Apr 2024 11:48:56 +0200 Subject: [PATCH] feat: Add missing separtor --- examples/cloudfront-app/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {