mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #304 from Hestia-Homes/main
enforce db chance with tf
This commit is contained in:
commit
e2271cbdae
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue