-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use env_name instead of environment, cluster_tags instead of tags (#5)
* use env_name instead of environment, cluster_tags instead of tags * add commit_id --------- Co-authored-by: morga471 <morga471@iebcloud.csvd.census.gov>
- Loading branch information
Showing
7 changed files
with
83 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| # {{ environment }}/environment.hcl | ||
| # {{ env_name }}/environment.hcl | ||
|
|
||
| # Set account-wide variables. These are automatically pulled in to configure the remote state bucket in the root | ||
| # terragrunt.hcl configuration. | ||
| locals { | ||
| account_name = "{{ account_name }}" | ||
| aws_account_id = "{{ aws_account_id }}" | ||
| aws_profile = format("%v-%v", local.aws_account_id, replace(local.account_name, "-ew", "-gov")) | ||
| environment = "{{ environment }}" | ||
| environment = "{{ env_name }}" | ||
| environment_abbr = "{{ environment_abbr }}" | ||
| } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| # {{ environment }}/{{ aws_region }}/region.hcl | ||
| # {{ env_name }}/{{ aws_region }}/region.hcl | ||
|
|
||
| # Set common variables for the region. This is automatically pulled in in the root terragrunt.hcl configuration to | ||
| # configure the remote state bucket and pass forward to the child modules as inputs. | ||
| locals { | ||
| aws_region = "{{ aws_region }}" | ||
| } | ||
| } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.