From 6a667bca5345018d7df82b22339310495a951552 Mon Sep 17 00:00:00 2001 From: Alexander Meissner <94000358+amgoogle@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:21:14 +0200 Subject: [PATCH] Update main.tf --- examples/poc/modules/secret-manager/main.tf | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/poc/modules/secret-manager/main.tf b/examples/poc/modules/secret-manager/main.tf index 207d235..cee063a 100644 --- a/examples/poc/modules/secret-manager/main.tf +++ b/examples/poc/modules/secret-manager/main.tf @@ -33,9 +33,6 @@ resource "google_secret_manager_secret" "secret-basic" { label = var.label } - replication { - automatic {} - } depends_on = [google_project_service.secret-manager] }