-
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
3 changed files
with
20 additions
and
16 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,27 +1,30 @@ | ||
| VERSION 1.1.2 | ||
| VERSION 1.2.0 | ||
| REMOTE-STATE | ||
| COMMAND tf-directory-setup.py -l none -f | ||
| COMMAND setup-new-directory.sh | ||
| COMMAND tf-init -upgrade | ||
|
|
||
| LINKTOP provider_configs.d/provider.infoblox.auto.tfvars | ||
| LINKTOP provider_configs.d/provider.infoblox.tf | ||
| LINKTOP provider_configs.d/provider.infoblox.variables.tf | ||
| LINKTOP common/remote_state.common.tf | ||
| LINKTOP infrastructure/%%SHORT_REGION%%/remote_state.infrastructure_%%SHORT_REGION%%.tf | ||
|
|
||
| module.vpc module.subnets | ||
| COMMAND tf-directory-setup.py -l s3 | ||
|
|
||
| COMMENT Until you reach this point with a tf-run apply, a plan action will fail as there are resources which need to be created | ||
| PAUSE | ||
|
|
||
| module.routing | ||
| module.vpn | ||
| COMMENT link remote states | ||
| COMMAND ln -sf ../../../common/remote_state.common.tf | ||
| COMMENT ln -sf ../../../infrastructure/{short-region}/remote_state.infrastructure_{short-region}.tf | ||
| STOP make sure the appropriate infrastructure_{region}.tf is linked | ||
| module.flowlogs | ||
| module.base-security-groups | ||
| module.sg_web | ||
| module.nacls module.nacls_enterprise module.nacls_endpoints module.nacls_public_vpc module.nacls_public_nat | ||
| # STOP make sure peer configurations are setup properly | ||
| module.peer_services_main_west module.peer_services_main_east | ||
| ALL | ||
| ALL | ||
|
|
||
|
|
||
| COMMENT continue setup for apps: cd apps; tf-run apply | ||
| COMMENT continue setup for apps/dns: cd apps/dns; tf-run apply |
16 changes: 8 additions & 8 deletions
16
examples/full-setup-tf-upgrade/variables.subnets.auto.tfvars
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