mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
adding new aws cert identifier to db
This commit is contained in:
parent
c724fffd05
commit
1c1b7f9e5c
1 changed files with 3 additions and 1 deletions
|
|
@ -81,6 +81,8 @@ resource "aws_db_instance" "default" {
|
||||||
# We will look to change this in the future but as we are pre-MVP at the time of setting this, we don't
|
# We will look to change this in the future but as we are pre-MVP at the time of setting this, we don't
|
||||||
# have major security demand and don't want to set this up now
|
# have major security demand and don't want to set this up now
|
||||||
publicly_accessible = true
|
publicly_accessible = true
|
||||||
|
# Specify the CA certificate with the default RDS CA certificate
|
||||||
|
ca_cert_identifier = "rds-ca-rsa2048-g1"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Set up the bucket that recieve the csv uploads of epc to be retrofit
|
# Set up the bucket that recieve the csv uploads of epc to be retrofit
|
||||||
|
|
@ -147,7 +149,7 @@ module "route53" {
|
||||||
source = "./modules/route53"
|
source = "./modules/route53"
|
||||||
domain_name = var.domain_name
|
domain_name = var.domain_name
|
||||||
api_url_prefix = var.api_url_prefix
|
api_url_prefix = var.api_url_prefix
|
||||||
providers = {
|
providers = {
|
||||||
aws.aws_use1 = aws.aws_use1
|
aws.aws_use1 = aws.aws_use1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue