We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c8765 commit 1480911Copy full SHA for 1480911
modules/umig/main.tf
@@ -35,6 +35,7 @@ locals {
35
36
data "google_compute_zones" "available" {
37
project = var.project_id
38
+ status = "UP"
39
}
40
41
#############
0 commit comments