From 623e1537b9897ed05c6e858d253c84c17a145983 Mon Sep 17 00:00:00 2001 From: michalbil <92343355+michalbil@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:07:41 +0100 Subject: [PATCH] fix(modules/autoscale): google_secret_manager_secret argument deprecation warning (#15) --- modules/autoscale/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/autoscale/main.tf b/modules/autoscale/main.tf index 264a7b8..bed0762 100644 --- a/modules/autoscale/main.tf +++ b/modules/autoscale/main.tf @@ -241,7 +241,7 @@ resource "google_secret_manager_secret" "delicensing_cfn_pano_creds" { project = var.project_id secret_id = local.delicensing_cfn.secret_name replication { - automatic = true + auto {} } }