From 358ed709009f6371fbb192a54d9fdbe54cb9be36 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 4 Nov 2022 13:22:39 -0400 Subject: [PATCH] update tf-run.data --- examples/full-setup-tf-upgrade/apps/tf-run.data | 4 +--- examples/full-setup-tf-upgrade/tf-run.data | 17 ++++++++++------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/examples/full-setup-tf-upgrade/apps/tf-run.data b/examples/full-setup-tf-upgrade/apps/tf-run.data index aa35574..f8cad8e 100644 --- a/examples/full-setup-tf-upgrade/apps/tf-run.data +++ b/examples/full-setup-tf-upgrade/apps/tf-run.data @@ -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 diff --git a/examples/full-setup-tf-upgrade/tf-run.data b/examples/full-setup-tf-upgrade/tf-run.data index 344574c..f5a56ac 100644 --- a/examples/full-setup-tf-upgrade/tf-run.data +++ b/examples/full-setup-tf-upgrade/tf-run.data @@ -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 @@ -22,3 +24,4 @@ module.peer_services_main_west module.peer_services_main_east ALL ALL +