Skip to content

Commit

Permalink
fixed boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Diener committed Dec 4, 2019
1 parent 1249dcc commit dcbbb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ resource "google_container_cluster" "cluster" {
disabled = false
}
cloudrun_config {
disabled = true == var.cloudrun
disabled = false == var.cloudrun
}
}

Expand Down

0 comments on commit dcbbb14

Please sign in to comment.