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 Apr 24, 2024
1 parent a86e577 commit 62e0336
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions examples/region-shared-setup/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,9 +1,38 @@
VERSION 1.0.1
VERSION 1.1.0
TAG setup
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh

TAG links
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
COMMAND rm -f provider.ldap.* provider.ldap_new.*

TAG init
COMMAND tf-init -upgrade

TAG start

TAG tags
module.tag_shared.aws_ec2_tag.vpcs module.tag_shared.aws_ec2_tag.dhcp_options
module.tag_shared.aws_ec2_tag.route_tables module.tag_shared.aws_ec2_tag.subnets
module.tag_shared.aws_ec2_tag.transit_gateway

TAG network-acls
module.tag_shared.null_resource.setup_directory
module.tag_shared.null_resource.network_acl
module.tag_shared.null_resource.network_acls

TAG remainder
ALL
ALL

TAG state-link
COMMAND tf-directory-setup.py -l s3

0 comments on commit 62e0336

Please sign in to comment.