Fixes RDS Module Version to One Compatible with Our AWS Provider
@@ -17,7 +17,7 @@ output "ca_cert_identifier" {
module "jira_db" {
source = "terraform-aws-modules/rds/aws"
- version = "~> v4.0"
+ version = "v4.2.0"
identifier = var.identifier # this is the RDS identifier, not the DB name
db_name = "jira" # the DB name
@@ -33,7 +33,7 @@ resource "random_password" "password" {
module "rhsso_db" {
db_name = "rhsso" # the DB name