Răsfoiți Sursa

Merge pull request #430 from mdr-engineering/hotfix/ftd_na_FixRDSModules

Fixes RDS Module Version to One Compatible with Our AWS Provider
Frederick Damstra 3 ani în urmă
părinte
comite
8a10895aef
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      base/jira/rds_jira/main.tf
  2. 1 1
      base/rhsso/rds.tf

+ 1 - 1
base/jira/rds_jira/main.tf

@@ -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

+ 1 - 1
base/rhsso/rds.tf

@@ -33,7 +33,7 @@ resource "random_password" "password" {
 
 module "rhsso_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    = "rhsso"        # the DB name