Skip to content

Commit

Permalink
Latest full plan execution
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgin314 committed Sep 13, 2024
1 parent 9086d27 commit 405a0b4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions project-x-infra-live/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,27 @@ remote_state {
}
}

# remote_state {
# backend = "s3"
# generate = {
# path = "remote_state.backend.tf"
# if_exists = "overwrite_terragrunt"
# }
# config = {
# #---
# # "${local.account_name}": "${get_path_from_repo_root()}"
# #---
# bucket = "${local.state_bucket_prefix}-${local.account_id}"
# profile = "${local.profile}"
# key = "${trimprefix(replace(run_cmd("realpath", get_original_terragrunt_dir()), dirname(get_repo_root()), ""), "/")}"
# region = "${local.region}"
# dynamodb_table = "${local.state_table_name}"
# skip_bucket_root_access = true
# skip_bucket_ssencryption = true
# skip_bucket_enforced_tls = true
# }
# }

# ---------------------------------------------------------------------------------------------------------------------
# GLOBAL PARAMETERS
# These variables apply to all configurations in this subfolder. These are automatically merged into the child
Expand Down

0 comments on commit 405a0b4

Please sign in to comment.