From 2fc4a36d25a8ece6344698e1071845958db4be17 Mon Sep 17 00:00:00 2001 From: twerthi Date: Fri, 12 Aug 2022 11:06:37 -0700 Subject: [PATCH] Bakend block in wrong location --- .../aws-base-infrastructure-terraform/main.tf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/octopus-samples-instances/aws-base-infrastructure-terraform/main.tf b/octopus-samples-instances/aws-base-infrastructure-terraform/main.tf index 754d293..7115ac4 100644 --- a/octopus-samples-instances/aws-base-infrastructure-terraform/main.tf +++ b/octopus-samples-instances/aws-base-infrastructure-terraform/main.tf @@ -5,8 +5,9 @@ terraform { version = "~> 4.16" } - backend "s3" { } + } - + + backend "s3" { } }