diff options
Diffstat (limited to 'terraform/terragrunt.hcl')
-rw-r--r-- | terraform/terragrunt.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/terraform/terragrunt.hcl b/terraform/terragrunt.hcl index e7e5f6a..382cf17 100644 --- a/terraform/terragrunt.hcl +++ b/terraform/terragrunt.hcl @@ -1,7 +1,7 @@ generate "backend" { path = "backend.tf" if_exists = "overwrite_terragrunt" - contents = <<EOF + contents = <<EOF terraform { backend "s3" { bucket = "terraform-a6726272-73ff-11ed-8bdd-c79eb8376e05" |