Skip to content

Commit

Permalink
update tf-run.data
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 4, 2022
1 parent d514628 commit 358ed70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
4 changes: 1 addition & 3 deletions examples/full-setup-tf-upgrade/apps/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
VERSION 1.0.1
VERSION 1.0.0
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
COMMAND tf-init -upgrade
ALL
COMMAND ln -sf ../variables.vpc.auto.tfvars .
COMMAND ln -sf ../variables.vpc.tf .
COMMAND tf-directory-setup.py -l s3
17 changes: 10 additions & 7 deletions examples/full-setup-tf-upgrade/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
VERSION 1.1.4
VERSION 1.1.2
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
LINKTOP provider_configs.d/provider.infoblox.auto.tfvars
LINKTOP provider_configs.d/provider.infoblox.tf
LINKTOP provider_configs.d/provider.infoblox.variables.tf

module.vpc module.subnets
COMMAND tf-directory-setup.py -l s3

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
Expand All @@ -22,3 +24,4 @@ module.peer_services_main_west module.peer_services_main_east
ALL
ALL


0 comments on commit 358ed70

Please sign in to comment.