Skip to content

Commit 1480911

Browse files
committed
Filter google_compute_zones to UP
1 parent 56c8765 commit 1480911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/umig/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ locals {
3535

3636
data "google_compute_zones" "available" {
3737
project = var.project_id
38+
status = "UP"
3839
}
3940

4041
#############

0 commit comments

Comments
 (0)