We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac40bf commit 4056964Copy full SHA for 4056964
2-multitenant/modules/env_baseline/main.tf
@@ -73,7 +73,7 @@ data "google_project" "eab_cluster_project" {
73
// Create Cloud Armor policy
74
module "cloud_armor" {
75
source = "GoogleCloudPlatform/cloud-armor/google"
76
- version = "~> 2.0"
+ version = "~> 3.0"
77
78
project_id = local.cluster_project_id
79
name = "eab-cloud-armor"
0 commit comments