diff --git a/tools/scaffolding/templates/aws-rds-postgresql/terragrunt/terragrunt-root.hcl.template b/tools/scaffolding/templates/aws-rds-postgresql/terragrunt/terragrunt-root.hcl.template index dc5109e..ed3188f 100644 --- a/tools/scaffolding/templates/aws-rds-postgresql/terragrunt/terragrunt-root.hcl.template +++ b/tools/scaffolding/templates/aws-rds-postgresql/terragrunt/terragrunt-root.hcl.template @@ -1,6 +1,6 @@ remote_state { backend = "s3" - config { + config = { bucket = "-state-bucket" encrypt = true key = "${path_relative_to_include()}/terraform.tfstate" diff --git a/tools/scaffolding/templates/aws-ssm-agent/terragrunt/terragrunt-root.hcl.template b/tools/scaffolding/templates/aws-ssm-agent/terragrunt/terragrunt-root.hcl.template index dc5109e..ed3188f 100644 --- a/tools/scaffolding/templates/aws-ssm-agent/terragrunt/terragrunt-root.hcl.template +++ b/tools/scaffolding/templates/aws-ssm-agent/terragrunt/terragrunt-root.hcl.template @@ -1,6 +1,6 @@ remote_state { backend = "s3" - config { + config = { bucket = "-state-bucket" encrypt = true key = "${path_relative_to_include()}/terraform.tfstate"