Skip to content

Commit

Permalink
remove provider.infoblox auto.tfvars,variables.tf from tf-run*data
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 20, 2023
1 parent 2a41cf9 commit c40904c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
8 changes: 2 additions & 6 deletions examples/full-setup-tf-upgrade/apps/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
VERSION 1.0.6
VERSION 1.0.7
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
COMMAND rm provider.infoblox.*
LINK variables.vpc.auto.tfvars
LINK variables.vpc.tf

COMMAND tf-init

# LINKTOP provider_configs.d/provider.infoblox.auto.tfvars
# LINKTOP provider_configs.d/provider.infoblox.tf
# LINKTOP provider_configs.d/provider.infoblox.variables.tf
COMMAND tf-init

ALL
COMMAND tf-directory-setup.py -l s3
Expand Down
4 changes: 1 addition & 3 deletions examples/full-setup-tf-upgrade/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 2.0.0
VERSION 2.0.1
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
Expand All @@ -11,9 +11,7 @@ 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.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

Expand Down
2 changes: 0 additions & 2 deletions examples/vpc-ipam-infoblox/tf-run.data.snippet
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
LINKTOP provider_configs.d/provider.infoblox.auto.tfvars
LINKTOP provider_configs.d/provider.infoblox.tf
LINKTOP provider_configs.d/provider.infoblox.variables.tf

0 comments on commit c40904c

Please sign in to comment.