Skip to content

Commit

Permalink
merge in vars from variables.tgw_environment.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 27, 2023
1 parent 21b76d4 commit c5afb57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
11 changes: 0 additions & 11 deletions examples/full-setup-tf-upgrade/variables.tgw_environment.tf

This file was deleted.

13 changes: 13 additions & 0 deletions examples/full-setup-tf-upgrade/variables.vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,16 @@ variable "shared_vpc_label" {
type = string
default = null
}


variable "tgw_environment" {
description = "Transit Gateway environment route table (services, dev, test, stage, prod, cre)"
type = string
default = null
}

variable "tgw_enable_vpn_routing" {
description = "Enable VPN routing over Transit Gateway"
type = bool
default = false
}

0 comments on commit c5afb57

Please sign in to comment.