diff --git a/lab/us-gov-east-1/vpc/_mcmCluster/terragrunt.hcl b/lab/us-gov-east-1/vpc/_mcmCluster/terragrunt.hcl index ed438b3..b26d8c1 100644 --- a/lab/us-gov-east-1/vpc/_mcmCluster/terragrunt.hcl +++ b/lab/us-gov-east-1/vpc/_mcmCluster/terragrunt.hcl @@ -23,43 +23,45 @@ locals { project_number = "fs0000000078" project_role = "csvd_platformbaseline_cicd" region = local.region_vars.locals.aws_region + state_bucket_prefix = "inf-tfstate" + state_table_name = "tf_remote_state" } generate "provider" { path = "provider.tf" if_exists = "overwrite_terragrunt" contents = <