e2e tests for net-vpc-firewall module (#1896)

e2e tests for net-vpc-firewall module
This commit is contained in:
Thangaraju R
2023-12-01 13:50:56 +01:00
committed by GitHub
parent 42fa742528
commit e2d170c1a6
8 changed files with 61 additions and 61 deletions

View File

@@ -71,7 +71,7 @@ variable "subnet" {
variable "vpc" {
default = {
name = "vpc_name"
name = "vpc-name"
self_link = "projects/xxx/global/networks/aaa"
id = "projects/xxx/global/networks/aaa"
}
@@ -79,14 +79,14 @@ variable "vpc" {
variable "vpc1" {
default = {
name = "vpc_name"
name = "vpc-name"
self_link = "projects/xxx/global/networks/bbb"
}
}
variable "vpc2" {
default = {
name = "vpc2_name"
name = "vpc2-name"
self_link = "projects/xxx/global/networks/ccc"
}
}