From 25ed2df95972554586d8fe5afe28e2a8aca0995f Mon Sep 17 00:00:00 2001 From: magreenbaum Date: Fri, 12 Jul 2024 06:42:09 -0400 Subject: [PATCH] remove param for testing --- examples/multi-az/main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/multi-az/main.tf b/examples/multi-az/main.tf index 74655fe..ea772ce 100644 --- a/examples/multi-az/main.tf +++ b/examples/multi-az/main.tf @@ -48,7 +48,6 @@ module "aurora" { cluster_ca_cert_identifier = "rds-ca-rsa4096-g1" skip_final_snapshot = true - apply_immediately = true tags = local.tags }