Skip to content

Commit 4056964

Browse files
authored
fix(deps): Update Terraform GoogleCloudPlatform/cloud-armor/google to v3 (#227)
1 parent fac40bf commit 4056964

File tree

1 file changed

+1
-1
lines changed
  • 2-multitenant/modules/env_baseline

1 file changed

+1
-1
lines changed

2-multitenant/modules/env_baseline/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ data "google_project" "eab_cluster_project" {
7373
// Create Cloud Armor policy
7474
module "cloud_armor" {
7575
source = "GoogleCloudPlatform/cloud-armor/google"
76-
version = "~> 2.0"
76+
version = "~> 3.0"
7777

7878
project_id = local.cluster_project_id
7979
name = "eab-cloud-armor"

0 commit comments

Comments
 (0)