From 27f4e4634f178b88792824d65eaaebad3030e1d4 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Wed, 29 May 2024 11:51:32 +0100 Subject: [PATCH] enforce db change with tf --- infrastructure/terraform/main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/terraform/main.tf b/infrastructure/terraform/main.tf index 2811f62e..0da850c5 100644 --- a/infrastructure/terraform/main.tf +++ b/infrastructure/terraform/main.tf @@ -83,6 +83,8 @@ resource "aws_db_instance" "default" { publicly_accessible = true # Specify the CA certificate with the default RDS CA certificate ca_cert_identifier = "rds-ca-rsa2048-g1" + # Temporary to enfore immediate change + apply_immediately = true } # Set up the bucket that recieve the csv uploads of epc to be retrofit