From 5f0ffb81347f7d8fb42bdf445e2dcc43fdaee7ed Mon Sep 17 00:00:00 2001 From: RoseSecurity Date: Mon, 14 Apr 2025 13:41:46 -0400 Subject: [PATCH 1/7] feat: add performance insights input --- src/main.tf | 1 + src/variables.tf | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/src/main.tf b/src/main.tf index 4c311e0..ed26c1a 100644 --- a/src/main.tf +++ b/src/main.tf @@ -14,6 +14,7 @@ module "documentdb_cluster" { engine_version = var.engine_version deletion_protection = var.deletion_protection_enabled enabled_cloudwatch_logs_exports = var.enabled_cloudwatch_logs_exports + enable_performance_insights = var.enable_performance_insights storage_encrypted = var.encryption_enabled snapshot_identifier = var.snapshot_identifier diff --git a/src/variables.tf b/src/variables.tf index f9f5222..a9a6cbf 100644 --- a/src/variables.tf +++ b/src/variables.tf @@ -116,6 +116,12 @@ variable "enabled_cloudwatch_logs_exports" { default = [] } +variable "enable_performance_insights" { + type = bool + description = "Specifies whether to enable Performance Insights for the DB Instance." + default = false +} + variable "eks_security_group_ingress_enabled" { type = bool description = "Whether to add the Security Group managed by the EKS cluster in the same regional stack to the ingress allowlist of the DocumentDB cluster." From fc3c1d968302abdbf48a9f8fac5cd19d937d306a Mon Sep 17 00:00:00 2001 From: RoseSecurity Date: Mon, 14 Apr 2025 14:04:48 -0400 Subject: [PATCH 2/7] fix: update module version --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index ed26c1a..74d1aa8 100644 --- a/src/main.tf +++ b/src/main.tf @@ -4,7 +4,7 @@ locals { module "documentdb_cluster" { source = "cloudposse/documentdb-cluster/aws" - version = "0.14.0" + version = "0.16.0" instance_class = var.instance_class cluster_size = var.cluster_size From 0ab6e616789fe26e3d65431e9c05b1946b5c4a2c Mon Sep 17 00:00:00 2001 From: RoseSecurity Date: Mon, 14 Apr 2025 14:35:23 -0400 Subject: [PATCH 3/7] chore: update module version --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index 74d1aa8..c084d1d 100644 --- a/src/main.tf +++ b/src/main.tf @@ -4,7 +4,7 @@ locals { module "documentdb_cluster" { source = "cloudposse/documentdb-cluster/aws" - version = "0.16.0" + version = "0.26.2" instance_class = var.instance_class cluster_size = var.cluster_size From 7ef8feb036f76511ccd79c3307e3ab946a679a95 Mon Sep 17 00:00:00 2001 From: RoseSecurity Date: Wed, 16 Apr 2025 09:21:40 -0400 Subject: [PATCH 4/7] chore: fix version --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index c084d1d..74d1aa8 100644 --- a/src/main.tf +++ b/src/main.tf @@ -4,7 +4,7 @@ locals { module "documentdb_cluster" { source = "cloudposse/documentdb-cluster/aws" - version = "0.26.2" + version = "0.16.0" instance_class = var.instance_class cluster_size = var.cluster_size From f2a2c3e72aa99efda5f7c4000a0322e907e9c512 Mon Sep 17 00:00:00 2001 From: RoseSecurity Date: Thu, 15 May 2025 09:44:58 -0400 Subject: [PATCH 5/7] fix: bump documentdb module version --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index 74d1aa8..c084d1d 100644 --- a/src/main.tf +++ b/src/main.tf @@ -4,7 +4,7 @@ locals { module "documentdb_cluster" { source = "cloudposse/documentdb-cluster/aws" - version = "0.16.0" + version = "0.26.2" instance_class = var.instance_class cluster_size = var.cluster_size From 8dbf3f3c5f795482361021bc14e979965ebc2d0f Mon Sep 17 00:00:00 2001 From: RoseSecurity Date: Fri, 16 May 2025 08:22:53 -0400 Subject: [PATCH 6/7] fix: version bump module --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index c084d1d..3e213c0 100644 --- a/src/main.tf +++ b/src/main.tf @@ -4,7 +4,7 @@ locals { module "documentdb_cluster" { source = "cloudposse/documentdb-cluster/aws" - version = "0.26.2" + version = "0.26.3" instance_class = var.instance_class cluster_size = var.cluster_size From abdd964ffc03455446864141a0d345ce4b1c341c Mon Sep 17 00:00:00 2001 From: RoseSecurity Date: Wed, 21 May 2025 08:51:03 -0400 Subject: [PATCH 7/7] chore: bump documentdb module version --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index 3e213c0..cafec07 100644 --- a/src/main.tf +++ b/src/main.tf @@ -4,7 +4,7 @@ locals { module "documentdb_cluster" { source = "cloudposse/documentdb-cluster/aws" - version = "0.26.3" + version = "0.27.0" instance_class = var.instance_class cluster_size = var.cluster_size