Skip to content

Commit

Permalink
refactor: disable the transit gateway creation
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Nov 9, 2024
1 parent 8ed7ce2 commit dca49ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/create-var-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,10 @@ mac_tags = [ "mac-cicd-${CLEAN_VERSION}" ]
cicd = true
cicd_disable_defrag = true
cicd_etcd_secondary_disk=true
skip_vpc_key = true
setup_transit_gateway = true
setup_transit_gateway = false
EOFXEOF
}
Expand Down

0 comments on commit dca49ce

Please sign in to comment.