-
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.
- Loading branch information
Showing
41 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| module "instances" { | ||
| source = "git@github.e.it.census.gov:terraform-modules/aws-ec2-test-instance.git" | ||
|
|
||
| account_alias = var.account_alias | ||
| vpc_id = local.vpc_outputs.vpc_id | ||
| vpc_domain_name = var.vpc_domain_name | ||
| instance_count = 1 | ||
| subnet_filters = { "tag:boc:vpc:subnet_label" = ["apps"] } | ||
| } |
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 |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| locals { | ||
| vpc_outputs = data.terraform_remote_state.vpc_SHORTREGION_VPC.outputs | ||
| vpc_id = local.vpc_outputs.vpc_id | ||
| } |
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 |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| VERSION 1.2.2 | ||
| REMOTE-STATE | ||
| COMMAND tf-directory-setup.py -l none -f | ||
| COMMAND setup-new-directory.sh | ||
| COMMAND tf-init -upgrade | ||
| LINK variables.vpc.auto.tfvars | ||
| LINK variables.vpc.tf | ||
|
|
||
| LINKTOP includes.d/variables.account_tags.tf | ||
| LINKTOP includes.d/variables.account_tags.auto.tfvars | ||
| LINKTOP includes.d/variables.infrastructure_tags.tf | ||
| LINKTOP includes.d/variables.infrastructure_tags.auto.tfvars | ||
| LINKTOP includes.d/variables.application_tags.tf | ||
| LINKTOP includes.d/variables.application_tags.auto.tfvars | ||
|
|
||
| LINKTOP provider_configs.d/provider.ldap_new.auto.tfvars | ||
| LINKTOP provider_configs.d/provider.ldap_new.tf | ||
| LINKTOP provider_configs.d/provider.ldap_new.variables.tf | ||
|
|
||
| ALL | ||
|
|
||
| COMMAND tf-directory-setup.py -l s3 | ||
|
|
||
| COMMENT Execute for create: | ||
| COMMENT ./setup/manage-git-secret.sh add | ||
| COMMENT Execute for destroy: | ||
| COMMENT ./setup/manage-git-secret.sh remove | ||
| COMMENT followed by the appropriate git commands to commit and create a PR |