Added conditional project designation feature for relevant modules.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
variable "hub" {
|
||||
type = object({
|
||||
name = string
|
||||
region = string
|
||||
zone = string
|
||||
project = string
|
||||
cidr = string
|
||||
@@ -11,7 +10,6 @@ variable "hub" {
|
||||
variable "spoke" {
|
||||
type = object({
|
||||
name = string
|
||||
region = string
|
||||
zone = string
|
||||
project = string
|
||||
cidr = string
|
||||
|
||||
Reference in New Issue
Block a user