E2E tests for ncc-spoke-ra
This commit is contained in:
committed by
Wiktor Niesiobędzki
parent
c47a76a74e
commit
fa3817be6b
@@ -86,6 +86,23 @@ variable "subnet" {
|
||||
}
|
||||
}
|
||||
|
||||
variable "subnets" {
|
||||
default = {
|
||||
primary = {
|
||||
name = "primary"
|
||||
region = "europe-west8"
|
||||
cidr = "10.0.16.0/24"
|
||||
self_link = "https://www.googleapis.com/compute/v1/projects/my-project/regions/europe-west8/subnetworks/primary"
|
||||
}
|
||||
secondary = {
|
||||
name = "secondary"
|
||||
region = "europe-west89"
|
||||
cidr = "10.0.16.0/24"
|
||||
self_link = "https://www.googleapis.com/compute/v1/projects/my-project/regions/europe-west9/subnetworks/secondary"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
variable "subnet_psc_1" {
|
||||
default = {
|
||||
name = "subnet_name"
|
||||
|
||||
Reference in New Issue
Block a user