mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Terraform module to use mysql reader endpoint by default (#11315)
This commit is contained in:
parent
eb8de78a62
commit
9c8797eef2
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ module "byo-db" {
|
|||
fleet_config = merge(var.fleet_config, {
|
||||
database = {
|
||||
address = module.rds.cluster_endpoint
|
||||
rr_address = module.rds.cluster_reader_endpoint
|
||||
database = "fleet"
|
||||
user = "fleet"
|
||||
password_secret_arn = module.secrets-manager-1.secret_arns["${var.rds_config.name}-database-password"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue