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 5102a7b commit 8409f72Copy full SHA for 8409f72
modules/mysql/read_replica.tf
@@ -23,7 +23,7 @@ locals {
23
}
24
25
data "google_compute_zones" "available" {
26
- count = var.zone == null ? 0 : 1
+ count = var.zone == null ? 1 : 0
27
project = var.project_id
28
region = var.region
29
modules/postgresql/read_replica.tf
0 commit comments