From 77037ba914cee9c1aa188d1fa7e149b81d191b55 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Wed, 14 Aug 2024 18:09:53 -0400 Subject: [PATCH] terraform fmt --- linux.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux.tf b/linux.tf index 4091065..a248f92 100644 --- a/linux.tf +++ b/linux.tf @@ -31,7 +31,7 @@ module "amazon_linux" { name = aws_s3_bucket.assets_bucket.bucket key = "image-pipeline-ansible-playbooks.zip" } - playbook = "hello-world.yaml" + playbook = "hello-world.yaml" goss_source_type = "S3" goss_bucket = { name = aws_s3_bucket.assets_bucket.bucket