Added Cross-region internal application load balancer module

This commit is contained in:
apichick
2024-01-12 14:28:42 +01:00
parent 5372361b8c
commit 5ba54aeaf7
15 changed files with 2636 additions and 1 deletions

View File

@@ -69,6 +69,24 @@ variable "subnet" {
}
}
variable "subnet1" {
default = {
name = "subnet_name"
region = "subnet_region"
cidr = "subnet_cidr"
self_link = "subnet_self_link"
}
}
variable "subnet2" {
default = {
name = "subnet_name"
region = "subnet_region"
cidr = "subnet_cidr"
self_link = "subnet_self_link"
}
}
variable "vpc" {
default = {
name = "vpc-name"