From d405b2f1c9eb327340373c5a7bbfe385bd60ad4d Mon Sep 17 00:00:00 2001 From: "prisma-cloud-devsecops[bot]" <89982750+prisma-cloud-devsecops[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 05:07:07 +0000 Subject: [PATCH] Prisma Cloud [bot] commented --- IAC/ec2.tf | 2 ++ IAC/s3.tf | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/IAC/ec2.tf b/IAC/ec2.tf index 7302c82..8a8fbee 100644 --- a/IAC/ec2.tf +++ b/IAC/ec2.tf @@ -30,5 +30,7 @@ EOF yor_trace = "347af3cd-4f70-4632-aca3-4d5e30ffc0b6" }, { yor_name = "web_host" + }, { + env = "" }) } diff --git a/IAC/s3.tf b/IAC/s3.tf index b8a52d5..67ff165 100644 --- a/IAC/s3.tf +++ b/IAC/s3.tf @@ -19,6 +19,8 @@ resource "aws_s3_bucket" "data" { yor_trace = "0874007d-903a-4b4c-945f-c9c233e13243" }, { yor_name = "data" + }, { + env = "" }) } @@ -40,6 +42,8 @@ resource "aws_s3_bucket_object" "data_object" { yor_trace = "a7f01cc7-63c2-41a8-8555-6665e5e39a64" }, { yor_name = "data_object" + }, { + env = "" }) } @@ -64,6 +68,8 @@ resource "aws_s3_bucket" "financials" { yor_trace = "0e012640-b597-4e5d-9378-d4b584aea913" }, { yor_name = "financials" + }, { + env = "" }) } @@ -91,6 +97,8 @@ resource "aws_s3_bucket" "operations" { yor_trace = "29efcf7b-22a8-4bd6-8e14-1f55b3a2d743" }, { yor_name = "operations" + }, { + env = "" }) } @@ -116,6 +124,7 @@ resource "aws_s3_bucket" "data_science" { git_repo = "terragoat" yor_trace = "9a7c8788-5655-4708-bbc3-64ead9847f64" yor_name = "data_science" + env = "" } } @@ -148,5 +157,7 @@ resource "aws_s3_bucket" "logs" { yor_trace = "01946fe9-aae2-4c99-a975-e9b0d3a4696c" }, { yor_name = "logs" + }, { + env = "" }) }