From b85aebc1edc150ea7a475b5785e2b3980dd73d83 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 19 Jan 2024 12:51:47 -0800 Subject: [PATCH] chore: remove policy bundle from example --- examples/simple_zonal_with_acm/acm.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/simple_zonal_with_acm/acm.tf b/examples/simple_zonal_with_acm/acm.tf index 2d2f70a697..3b19ad6b27 100644 --- a/examples/simple_zonal_with_acm/acm.tf +++ b/examples/simple_zonal_with_acm/acm.tf @@ -30,7 +30,5 @@ module "acm" { secret_type = "ssh" - - policy_bundles = ["https://github.com/GoogleCloudPlatform/gke-policy-library/bundles/policy-essentials-v2022?ref=7a5f87d7e1a2f63582505d14c2c90f496bcf263d"] create_metrics_gcp_sa = true }