From 6e6454f648b707f7459005dbe2eda8cf62c700db Mon Sep 17 00:00:00 2001 From: Aviv-Cohen-PAN <166496865+Aviv-Cohen-PAN@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:22:37 +0300 Subject: [PATCH 1/2] Update rds.tf --- terraform/aws/rds.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/rds.tf b/terraform/aws/rds.tf index b9d5b5aebe..cf328e01e9 100644 --- a/terraform/aws/rds.tf +++ b/terraform/aws/rds.tf @@ -21,7 +21,7 @@ resource "aws_rds_cluster" "app2-rds-cluster" { tags = { git_commit = "079fe74f6b96d887c245664fbd8cf676c92f20e5" git_file = "terraform/aws/rds.tf" - git_last_modified_at = "2021-12-08 23:26:32" + git_last_modified_at = "2021-12-09 23:26:32" git_last_modified_by = "tron47@gmail.com" git_modifiers = "tron47" git_org = "matansha" From d296b2697ffe14cd70c99d27b9e100a3ed598c22 Mon Sep 17 00:00:00 2001 From: "prisma-cloud-devsecops[bot]" <89982750+prisma-cloud-devsecops[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:25:55 +0000 Subject: [PATCH 2/2] Prisma Cloud bot fix for terraform/aws/rds.tf --- terraform/aws/rds.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/aws/rds.tf b/terraform/aws/rds.tf index cf328e01e9..0fb88933ca 100644 --- a/terraform/aws/rds.tf +++ b/terraform/aws/rds.tf @@ -28,6 +28,7 @@ resource "aws_rds_cluster" "app2-rds-cluster" { git_repo = "terragoat" yor_trace = "d33c9292-952b-4c1f-9973-b6dbad519461" } + storage_encrypted = true } resource "aws_rds_cluster" "app3-rds-cluster" {