make a test self-link look like a self-link and fix tests

This commit is contained in:
Wiktor Niesiobędzki
2025-12-19 08:54:15 +00:00
parent 73664615a4
commit 2687dd2b97
65 changed files with 92 additions and 97 deletions

View File

@@ -144,7 +144,7 @@ variable "subnet2" {
variable "vpc" {
default = {
name = "vpc-name"
self_link = "projects/xxx/global/networks/aaa"
self_link = "https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa"
id = "projects/xxx/global/networks/aaa"
}
}