Skip to content

Commit c933e50

Browse files
committed
Bump RDS module and CA Cert Identifier
1 parent e630bf9 commit c933e50

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

terraform/aws/iglu_server/default/main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "aws_key_pair" "pipeline" {
77
# 1. Deploy an Iglu Server stack
88
module "iglu_rds" {
99
source = "snowplow-devops/rds/aws"
10-
version = "0.4.0"
10+
version = "0.5.0"
1111

1212
name = "${var.prefix}-iglu-rds"
1313
vpc_id = var.vpc_id
@@ -16,6 +16,8 @@ module "iglu_rds" {
1616
db_username = var.iglu_db_username
1717
db_password = var.iglu_db_password
1818

19+
ca_cert_identifier = "rds-ca-rsa2048-g1"
20+
1921
tags = var.tags
2022
}
2123

terraform/aws/iglu_server/secure/main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "aws_key_pair" "pipeline" {
77
# 1. Deploy an Iglu Server stack
88
module "iglu_rds" {
99
source = "snowplow-devops/rds/aws"
10-
version = "0.4.0"
10+
version = "0.5.0"
1111

1212
name = "${var.prefix}-iglu-rds"
1313
vpc_id = var.vpc_id
@@ -16,6 +16,8 @@ module "iglu_rds" {
1616
db_username = var.iglu_db_username
1717
db_password = var.iglu_db_password
1818

19+
ca_cert_identifier = "rds-ca-rsa2048-g1"
20+
1921
tags = var.tags
2022
}
2123

0 commit comments

Comments
 (0)