Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 9, 2023
1 parent a8ecfd9 commit d1b435f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/full-setup-tf-upgrade/variables.vpc.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ vpc_enable_vpn = true
vpc_enable_vpn_routing = true
vpc_enable_awsdns = true
availability_zones = []

tgw_enable_vpn_routing = false
tgw_environment = null
shared_vpc_label = ""

vpn_settings = [
Expand Down
2 changes: 1 addition & 1 deletion examples/full-setup-tf-upgrade/variables.vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ variable "peer_settings" {
variable "shared_vpc_label" {
description = "Label to use for shared VPC for flowlogs and other things"
type = string
default = ""
default = null
}

0 comments on commit d1b435f

Please sign in to comment.