Skip to content

Commit

Permalink
Change RDS CA Cert to var
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-sil authored Jul 9, 2024
1 parent af889ce commit da63df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/020-database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module "rds" {
multi_az = var.multi_az
skip_final_snapshot = var.skip_final_snapshot
replicate_source_db = var.replicate_source_db
ca_cert_identifier = "rds-ca-rsa2048-g1"
ca_cert_identifier = var.ca_cert_identifier
}

/*
Expand Down

0 comments on commit da63df5

Please sign in to comment.