Added conditional project designation feature for relevant modules.

This commit is contained in:
2025-03-31 21:17:33 +02:00
parent fadc7573cb
commit e7222382f1
13 changed files with 89 additions and 20 deletions
-2
View File
@@ -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