Merge pull request #304 from Hestia-Homes/main

enforce db chance with tf
This commit is contained in:
KhalimCK 2024-05-29 11:54:08 +01:00 committed by GitHub
commit e2271cbdae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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