From b72cf00825b679e9af34fb5a64a6ff5f9c8debd0 Mon Sep 17 00:00:00 2001 From: "prisma-cloud-devsecops[bot]" <89982750+prisma-cloud-devsecops[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 05:28:01 +0000 Subject: [PATCH] Prisma Cloud [bot] commented --- terraform/aws/db-app.tf | 31 ++++++++++++----- terraform/aws/ec2.tf | 47 +++++++++++++++++++------- terraform/aws/ecr.tf | 4 ++- terraform/aws/eks.tf | 18 +++++++--- terraform/aws/elb.tf | 4 ++- terraform/aws/es.tf | 3 +- terraform/aws/iam.tf | 4 ++- terraform/aws/kms.tf | 3 +- terraform/aws/lambda.tf | 6 ++-- terraform/aws/neptune.tf | 6 ++-- terraform/aws/rds.tf | 27 ++++++++++----- terraform/aws/s3.tf | 23 +++++++++---- terraform/azure/aks.tf | 3 +- terraform/azure/app_service.tf | 9 +++-- terraform/azure/application_gateway.tf | 3 +- terraform/azure/instance.tf | 8 +++-- terraform/azure/key_vault.tf | 10 ++++-- terraform/azure/mssql.tf | 24 ++++++++----- terraform/azure/networking.tf | 18 ++++++---- terraform/azure/resource_group.tf | 3 +- terraform/azure/sql.tf | 10 ++++-- terraform/azure/storage.tf | 6 ++-- terraform/gcp/big_data.tf | 3 +- terraform/gcp/gcs.tf | 3 +- terraform/gcp/instances.tf | 6 ++-- 25 files changed, 199 insertions(+), 83 deletions(-) diff --git a/terraform/aws/db-app.tf b/terraform/aws/db-app.tf index f0157e086b..79ec46f3f0 100644 --- a/terraform/aws/db-app.tf +++ b/terraform/aws/db-app.tf @@ -29,9 +29,11 @@ resource "aws_db_instance" "default" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "47c13290-c2ce-48a7-b666-1b0085effb92" + }, { + source-repo = "terragoat" }) # Ignore password changes from tf plan diff @@ -55,9 +57,11 @@ resource "aws_db_option_group" "default" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "c8076043-5de7-4203-9a1c-b4e61900628a" + }, { + source-repo = "terragoat" }) } @@ -87,9 +91,11 @@ resource "aws_db_parameter_group" "default" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "6432b3f9-3f45-4463-befc-2e0f2fbdffc1" + }, { + source-repo = "terragoat" }) } @@ -107,9 +113,11 @@ resource "aws_db_subnet_group" "default" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "b8368249-50c5-4a24-bdb0-9f83d197b11c" + }, { + source-repo = "terragoat" }) } @@ -126,9 +134,11 @@ resource "aws_security_group" "default" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "7b251090-8ac1-4290-bd2e-bf3e16126430" + }, { + source-repo = "terragoat" }) } @@ -161,9 +171,10 @@ resource "aws_iam_instance_profile" "ec2profile" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "6d33b2b9-2dd3-4915-b5d4-283152c928f1" + source-repo = "terragoat" } } @@ -196,9 +207,11 @@ EOF git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "d4b631c1-c1d0-4986-affb-fb8b94a6a7a5" + }, { + source-repo = "terragoat" }) } @@ -405,9 +418,11 @@ EOF git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "f7999d4e-c983-43ee-bd88-7903a6f8483e" + }, { + source-repo = "terragoat" }) } diff --git a/terraform/aws/ec2.tf b/terraform/aws/ec2.tf index 00e0ba940f..8e2d2b8c1d 100644 --- a/terraform/aws/ec2.tf +++ b/terraform/aws/ec2.tf @@ -25,9 +25,11 @@ EOF git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "347af3cd-4f70-4632-aca3-4d5e30ffc0b6" + }, { + source-repo = "terragoat" }) } @@ -44,9 +46,11 @@ resource "aws_ebs_volume" "web_host_storage" { git_last_modified_at = "2021-05-02 11:17:26" git_last_modified_by = "nimrodkor@users.noreply.github.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "c5509daf-10f0-46af-9e03-41989212521d" + }, { + source-repo = "terragoat" }) } @@ -62,9 +66,11 @@ resource "aws_ebs_snapshot" "example_snapshot" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "c1008080-ec2f-4512-a0d0-2e9330aa58f0" + }, { + source-repo = "terragoat" }) } @@ -108,9 +114,10 @@ resource "aws_security_group" "web-node" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "b7af1b40-64eb-4519-a1a0-ab198db4b193" + source-repo = "terragoat" } } @@ -126,9 +133,11 @@ resource "aws_vpc" "web_vpc" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "9bf2359b-952e-4570-9595-52eba4c20473" + }, { + source-repo = "terragoat" }) } @@ -146,9 +155,11 @@ resource "aws_subnet" "web_subnet" { git_last_modified_at = "2021-05-02 11:16:31" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "0345f650-d280-4ca8-86c9-c71c38c0eda8" + }, { + source-repo = "terragoat" }) } @@ -166,9 +177,11 @@ resource "aws_subnet" "web_subnet2" { git_last_modified_at = "2021-05-02 11:16:31" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "224af03a-00e0-4981-be30-14965833c2db" + }, { + source-repo = "terragoat" }) } @@ -184,9 +197,11 @@ resource "aws_internet_gateway" "web_igw" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "d8e63cb4-2fb5-4726-9c86-5fd05ef03674" + }, { + source-repo = "terragoat" }) } @@ -201,9 +216,11 @@ resource "aws_route_table" "web_rtb" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "5e4fee6e-a6aa-4b61-a741-47c5efb463e1" + }, { + source-repo = "terragoat" }) } @@ -240,9 +257,11 @@ resource "aws_network_interface" "web-eni" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "7e2ffea8-739f-467d-b57b-53cbc0d7ccbe" + }, { + source-repo = "terragoat" }) } @@ -262,9 +281,11 @@ resource "aws_flow_log" "vpcflowlogs" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "6808d4b7-45bc-4d1d-9523-96757a3add3a" + }, { + source-repo = "terragoat" }) } @@ -281,9 +302,11 @@ resource "aws_s3_bucket" "flowbucket" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "f058838a-b1e0-4383-b965-7e06e987ffb1" + }, { + source-repo = "terragoat" }) } diff --git a/terraform/aws/ecr.tf b/terraform/aws/ecr.tf index e578bac633..3738d21d71 100644 --- a/terraform/aws/ecr.tf +++ b/terraform/aws/ecr.tf @@ -10,9 +10,11 @@ resource aws_ecr_repository "repository" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "7a3ec657-fa54-4aa2-8467-5d08d6c90bc2" + }, { + source-repo = "terragoat" }) } diff --git a/terraform/aws/eks.tf b/terraform/aws/eks.tf index 53707039d8..15c1595d26 100644 --- a/terraform/aws/eks.tf +++ b/terraform/aws/eks.tf @@ -24,9 +24,10 @@ resource aws_iam_role "iam_for_eks" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "de052596-21a0-43de-8153-469add277b18" + source-repo = "terragoat" } } @@ -52,9 +53,11 @@ resource aws_vpc "eks_vpc" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "1600ca6c-72f6-45c0-a71d-88e117e51d6b" + }, { + source-repo = "terragoat" }) } @@ -72,7 +75,7 @@ resource aws_subnet "eks_subnet1" { git_last_modified_at = "2021-05-02 11:16:31" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" "kubernetes.io/cluster/$${local.eks_name.value}" = "shared" yor_trace = "1fb4fa23-a5d6-4d6a-b7dc-88749383f48d" @@ -83,6 +86,8 @@ resource aws_subnet "eks_subnet1" { "kubernetes.io/cluster/$$$${local.eks_name.value}" = "shared" "kubernetes.io/cluster/$$${local.eks_name.value}" = "shared" "kubernetes.io/cluster/$${local.eks_name.value}" = "shared" + }, { + source-repo = "terragoat" }) } @@ -100,7 +105,7 @@ resource aws_subnet "eks_subnet2" { git_last_modified_at = "2021-05-02 11:16:31" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" "kubernetes.io/cluster/$${local.eks_name.value}" = "shared" yor_trace = "9ce04af2-5321-4e6c-a262-e4d7c1f69525" @@ -111,6 +116,8 @@ resource aws_subnet "eks_subnet2" { "kubernetes.io/cluster/$$$${local.eks_name.value}" = "shared" "kubernetes.io/cluster/$$${local.eks_name.value}" = "shared" "kubernetes.io/cluster/$${local.eks_name.value}" = "shared" + }, { + source-repo = "terragoat" }) } @@ -133,9 +140,10 @@ resource aws_eks_cluster "eks_cluster" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "7fa14261-c18d-4fa2-aec4-746f6e64d2d3" + source-repo = "terragoat" } } diff --git a/terraform/aws/elb.tf b/terraform/aws/elb.tf index 7327513b3d..5b8302f2ad 100644 --- a/terraform/aws/elb.tf +++ b/terraform/aws/elb.tf @@ -33,8 +33,10 @@ resource "aws_elb" "weblb" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "b4a83ce9-9a45-43b4-b6d9-1783c282f702" + }, { + source-repo = "terragoat" }) } \ No newline at end of file diff --git a/terraform/aws/es.tf b/terraform/aws/es.tf index 43e15ea044..7e05585dbd 100644 --- a/terraform/aws/es.tf +++ b/terraform/aws/es.tf @@ -20,9 +20,10 @@ resource "aws_elasticsearch_domain" "monitoring-framework" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "95131dec-d7c9-49bb-9aff-eb0e2736603b" + source-repo = "terragoat" } } diff --git a/terraform/aws/iam.tf b/terraform/aws/iam.tf index 03d9360ccc..ec12c54cdf 100644 --- a/terraform/aws/iam.tf +++ b/terraform/aws/iam.tf @@ -11,9 +11,11 @@ resource "aws_iam_user" "user" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "9b45b298-c1ea-426a-9644-610780021eaa" + }, { + source-repo = "terragoat" }) } diff --git a/terraform/aws/kms.tf b/terraform/aws/kms.tf index 8f27b4f6c1..9d5033d9b3 100644 --- a/terraform/aws/kms.tf +++ b/terraform/aws/kms.tf @@ -9,9 +9,10 @@ resource "aws_kms_key" "logs_key" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "cd8fa2a7-4868-4cd1-993d-da4644808ce5" + source-repo = "terragoat" } } diff --git a/terraform/aws/lambda.tf b/terraform/aws/lambda.tf index 1e9237dc44..1f63cbe562 100644 --- a/terraform/aws/lambda.tf +++ b/terraform/aws/lambda.tf @@ -22,9 +22,10 @@ EOF git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "93cfa6f9-a257-40c3-b7dc-3c3686929734" + source-repo = "terragoat" } } @@ -51,8 +52,9 @@ resource "aws_lambda_function" "analysis_lambda" { git_last_modified_at = "2021-05-02 10:06:10" git_last_modified_by = "nimrodkor@users.noreply.github.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "f7d8bc47-e5d9-4b09-9d8f-e7b9724d826e" + source-repo = "terragoat" } } \ No newline at end of file diff --git a/terraform/aws/neptune.tf b/terraform/aws/neptune.tf index 7dd4a0d138..2d9984f0b8 100644 --- a/terraform/aws/neptune.tf +++ b/terraform/aws/neptune.tf @@ -13,9 +13,10 @@ resource "aws_neptune_cluster" "default" { git_last_modified_at = "2020-08-21 19:14:35" git_last_modified_by = "matt@bridgecrew.io" git_modifiers = "matt" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "0d4cbb85-73ed-4ca0-b1da-296e4185f34e" + source-repo = "terragoat" } } @@ -32,9 +33,10 @@ resource "aws_neptune_cluster_instance" "default" { git_last_modified_at = "2021-05-02 10:06:10" git_last_modified_by = "nimrodkor@users.noreply.github.com" git_modifiers = "matt/nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "9b2b45fd-6f9f-44fd-b8bc-868b1db178b3" + source-repo = "terragoat" } } diff --git a/terraform/aws/rds.tf b/terraform/aws/rds.tf index b9d5b5aebe..2ba112ca80 100644 --- a/terraform/aws/rds.tf +++ b/terraform/aws/rds.tf @@ -8,9 +8,10 @@ resource "aws_rds_cluster" "app1-rds-cluster" { git_last_modified_at = "2021-12-08 23:26:32" git_last_modified_by = "tron47@gmail.com" git_modifiers = "tron47" - git_org = "matansha" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "b6f2c2ec-0715-46a0-83d4-502e588826d1" + source-repo = "terragoat" } } @@ -24,9 +25,10 @@ resource "aws_rds_cluster" "app2-rds-cluster" { git_last_modified_at = "2021-12-08 23:26:32" git_last_modified_by = "tron47@gmail.com" git_modifiers = "tron47" - git_org = "matansha" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "d33c9292-952b-4c1f-9973-b6dbad519461" + source-repo = "terragoat" } } @@ -40,9 +42,10 @@ resource "aws_rds_cluster" "app3-rds-cluster" { git_last_modified_at = "2021-12-08 23:26:32" git_last_modified_by = "tron47@gmail.com" git_modifiers = "tron47" - git_org = "matansha" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "2a8584b1-7e9d-4739-8e37-366620c92027" + source-repo = "terragoat" } } @@ -56,9 +59,10 @@ resource "aws_rds_cluster" "app4-rds-cluster" { git_last_modified_at = "2021-12-08 23:26:32" git_last_modified_by = "tron47@gmail.com" git_modifiers = "tron47" - git_org = "matansha" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "284aaeed-fd3f-4b7a-b5f8-61a8457f4d83" + source-repo = "terragoat" } } @@ -72,9 +76,10 @@ resource "aws_rds_cluster" "app5-rds-cluster" { git_last_modified_at = "2021-12-08 23:26:32" git_last_modified_by = "tron47@gmail.com" git_modifiers = "tron47" - git_org = "matansha" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "0b2bea23-5ca5-4bd1-956e-b9ed978daadf" + source-repo = "terragoat" } } @@ -88,9 +93,10 @@ resource "aws_rds_cluster" "app6-rds-cluster" { git_last_modified_at = "2021-12-08 23:26:32" git_last_modified_by = "tron47@gmail.com" git_modifiers = "tron47" - git_org = "matansha" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "fcffb961-d859-4be5-997f-d51b50665ada" + source-repo = "terragoat" } } @@ -104,9 +110,10 @@ resource "aws_rds_cluster" "app7-rds-cluster" { git_last_modified_at = "2021-12-08 23:26:32" git_last_modified_by = "tron47@gmail.com" git_modifiers = "tron47" - git_org = "matansha" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "ebc2ac20-23a3-4518-a7ef-3a102b003ab6" + source-repo = "terragoat" } } @@ -120,10 +127,11 @@ resource "aws_rds_cluster" "app8-rds-cluster" { git_last_modified_at = "2021-12-08 23:26:32" git_last_modified_by = "tron47@gmail.com" git_modifiers = "tron47" - git_org = "matansha" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "af643747-0967-4251-8645-3b54882c2507" + source-repo = "terragoat" } } @@ -137,8 +145,9 @@ resource "aws_rds_cluster" "app9-rds-cluster" { git_last_modified_at = "2021-12-08 23:26:32" git_last_modified_by = "tron47@gmail.com" git_modifiers = "tron47" - git_org = "matansha" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "a0c98536-c751-4743-92f1-a106ce750249" + source-repo = "terragoat" } } diff --git a/terraform/aws/s3.tf b/terraform/aws/s3.tf index a2a2ed78fe..840bd3b787 100644 --- a/terraform/aws/s3.tf +++ b/terraform/aws/s3.tf @@ -14,9 +14,11 @@ resource "aws_s3_bucket" "data" { git_last_modified_at = "2022-05-18 07:08:06" git_last_modified_by = "nimrod@bridgecrew.io" git_modifiers = "34870196+LironElbaz/nimrod/nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "0874007d-903a-4b4c-945f-c9c233e13243" + }, { + source-repo = "terragoat" }) } @@ -33,9 +35,11 @@ resource "aws_s3_bucket_object" "data_object" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "a7f01cc7-63c2-41a8-8555-6665e5e39a64" + }, { + source-repo = "terragoat" }) } @@ -55,9 +59,11 @@ resource "aws_s3_bucket" "financials" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "0e012640-b597-4e5d-9378-d4b584aea913" + }, { + source-repo = "terragoat" }) } @@ -80,9 +86,11 @@ resource "aws_s3_bucket" "operations" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "29efcf7b-22a8-4bd6-8e14-1f55b3a2d743" + }, { + source-repo = "terragoat" }) } @@ -104,9 +112,10 @@ resource "aws_s3_bucket" "data_science" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "9a7c8788-5655-4708-bbc3-64ead9847f64" + source-repo = "terragoat" } } @@ -134,8 +143,10 @@ resource "aws_s3_bucket" "logs" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "01946fe9-aae2-4c99-a975-e9b0d3a4696c" + }, { + source-repo = "terragoat" }) } diff --git a/terraform/azure/aks.tf b/terraform/azure/aks.tf index ebb613bdf0..7f80a78f10 100644 --- a/terraform/azure/aks.tf +++ b/terraform/azure/aks.tf @@ -28,8 +28,9 @@ resource azurerm_kubernetes_cluster "k8s_cluster" { git_last_modified_at = "2020-06-17 12:59:55" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "6103d111-864e-42e5-899c-1864de281fd1" + source-repo = "terragoat" } } \ No newline at end of file diff --git a/terraform/azure/app_service.tf b/terraform/azure/app_service.tf index fa4f23edff..16882667ad 100644 --- a/terraform/azure/app_service.tf +++ b/terraform/azure/app_service.tf @@ -13,9 +13,10 @@ resource azurerm_app_service_plan "example" { git_last_modified_at = "2020-06-17 12:59:55" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "6611bf45-fd5b-467e-b119-d533cd7539b8" + source-repo = "terragoat" } } @@ -34,9 +35,10 @@ resource azurerm_app_service "app-service1" { git_last_modified_at = "2020-06-19 21:14:50" git_last_modified_by = "Adin.Ermie@outlook.com" git_modifiers = "Adin.Ermie/nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "13be096d-c599-46e5-bf54-51c6e9732858" + source-repo = "terragoat" } } @@ -56,9 +58,10 @@ resource azurerm_app_service "app-service2" { git_last_modified_at = "2021-05-02 10:06:10" git_last_modified_by = "nimrodkor@users.noreply.github.com" git_modifiers = "Adin.Ermie/nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "ec8295ab-af68-4cff-b0f1-b0cf5eaf1b75" + source-repo = "terragoat" } } diff --git a/terraform/azure/application_gateway.tf b/terraform/azure/application_gateway.tf index e66945b83a..1c79180a7e 100644 --- a/terraform/azure/application_gateway.tf +++ b/terraform/azure/application_gateway.tf @@ -59,8 +59,9 @@ resource "azurerm_application_gateway" "network" { git_last_modified_at = "2021-05-02 10:08:55" git_last_modified_by = "nimrodkor@users.noreply.github.com" git_modifiers = "harkiratbhardwaj/nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "3f62753b-3d20-4fa7-b402-b780234a14d8" + source-repo = "terragoat" } } diff --git a/terraform/azure/instance.tf b/terraform/azure/instance.tf index 225872bab1..c575bd82f1 100644 --- a/terraform/azure/instance.tf +++ b/terraform/azure/instance.tf @@ -35,9 +35,11 @@ resource azurerm_linux_virtual_machine "linux_machine" { git_last_modified_at = "2020-06-17 15:48:15" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "736ef713-51b8-4178-ad69-406be81f6ef2" + }, { + source-repo = "terragoat" }) } @@ -70,8 +72,10 @@ resource azurerm_windows_virtual_machine "windows_machine" { git_last_modified_at = "2020-06-17 15:48:15" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "41938587-bdfc-4234-b941-560f1ae7d6c0" + }, { + source-repo = "terragoat" }) } \ No newline at end of file diff --git a/terraform/azure/key_vault.tf b/terraform/azure/key_vault.tf index 7f2be4a6d7..5ffda2a563 100644 --- a/terraform/azure/key_vault.tf +++ b/terraform/azure/key_vault.tf @@ -24,9 +24,11 @@ resource "azurerm_key_vault" "example" { git_last_modified_at = "2020-06-19 21:14:50" git_last_modified_by = "Adin.Ermie@outlook.com" git_modifiers = "Adin.Ermie/nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "79afeacc-248a-4015-a4fa-76a6a57f06e2" + }, { + source-repo = "terragoat" }) } @@ -49,9 +51,10 @@ resource "azurerm_key_vault_key" "generated" { git_last_modified_at = "2020-06-17 12:59:55" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "afbc6e13-63d9-4e6c-8914-d58b7744b5dd" + source-repo = "terragoat" } } @@ -65,8 +68,9 @@ resource "azurerm_key_vault_secret" "secret" { git_last_modified_at = "2020-06-19 21:16:08" git_last_modified_by = "Adin.Ermie@outlook.com" git_modifiers = "Adin.Ermie/nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "40517524-f05d-485b-bfbe-3fa0dbee511e" + source-repo = "terragoat" } } \ No newline at end of file diff --git a/terraform/azure/mssql.tf b/terraform/azure/mssql.tf index 1c7f1f9ff4..ed1282de57 100644 --- a/terraform/azure/mssql.tf +++ b/terraform/azure/mssql.tf @@ -11,9 +11,10 @@ resource "azurerm_storage_account" "security_storage_account" { git_last_modified_at = "2022-01-20 05:32:41" git_last_modified_by = "28880387+tsmithv11@users.noreply.github.com" git_modifiers = "28880387+tsmithv11" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "4b504d4d-608c-45fe-ae56-807bde6d969f" + source-repo = "terragoat" } } @@ -30,9 +31,10 @@ resource "azurerm_mssql_server" "mssql1" { git_last_modified_at = "2022-01-20 18:41:19" git_last_modified_by = "28880387+tsmithv11@users.noreply.github.com" git_modifiers = "28880387+tsmithv11" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "54f6cb23-b30a-4f1d-8064-6f777b9b75db" + source-repo = "terragoat" } } @@ -49,9 +51,10 @@ resource "azurerm_mssql_server" "mssql2" { git_last_modified_at = "2022-01-20 18:41:19" git_last_modified_by = "28880387+tsmithv11@users.noreply.github.com" git_modifiers = "28880387+tsmithv11" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "096d2cf2-6d47-41b2-9418-cdedea85e184" + source-repo = "terragoat" } } @@ -68,9 +71,10 @@ resource "azurerm_mssql_server" "mssql3" { git_last_modified_at = "2022-01-20 18:41:19" git_last_modified_by = "28880387+tsmithv11@users.noreply.github.com" git_modifiers = "28880387+tsmithv11" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "e71d3fb5-addc-481d-ada6-b7432a768de3" + source-repo = "terragoat" } } @@ -87,9 +91,10 @@ resource "azurerm_mssql_server" "mssql4" { git_last_modified_at = "2022-01-20 18:41:19" git_last_modified_by = "28880387+tsmithv11@users.noreply.github.com" git_modifiers = "28880387+tsmithv11" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "c3b85724-4f7e-4c63-a17d-3d04239beae8" + source-repo = "terragoat" } } @@ -106,9 +111,10 @@ resource "azurerm_mssql_server" "mssql5" { git_last_modified_at = "2022-01-20 18:41:19" git_last_modified_by = "28880387+tsmithv11@users.noreply.github.com" git_modifiers = "28880387+tsmithv11" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "0240ca84-acc9-47d9-b491-9e7e359787a1" + source-repo = "terragoat" } } @@ -125,9 +131,10 @@ resource "azurerm_mssql_server" "mssql6" { git_last_modified_at = "2022-01-20 18:41:19" git_last_modified_by = "28880387+tsmithv11@users.noreply.github.com" git_modifiers = "28880387+tsmithv11" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "042d15fb-edfa-484b-b65e-3d70c50cdee7" + source-repo = "terragoat" } } @@ -144,9 +151,10 @@ resource "azurerm_mssql_server" "mssql7" { git_last_modified_at = "2022-01-20 18:41:19" git_last_modified_by = "28880387+tsmithv11@users.noreply.github.com" git_modifiers = "28880387+tsmithv11" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "3f1118e1-5067-452e-906f-5123cfc93711" + source-repo = "terragoat" } } diff --git a/terraform/azure/networking.tf b/terraform/azure/networking.tf index ab01c60d07..38274caaf7 100644 --- a/terraform/azure/networking.tf +++ b/terraform/azure/networking.tf @@ -9,9 +9,10 @@ resource "azurerm_virtual_network" "example" { git_last_modified_at = "2020-06-17 12:59:55" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "eb19f165-9c21-4a7a-96e5-5bb557a38228" + source-repo = "terragoat" } } @@ -38,9 +39,10 @@ resource "azurerm_network_interface" "ni_linux" { git_last_modified_at = "2020-06-17 15:48:15" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "2647f099-dff8-4514-8cef-96159380c02a" + source-repo = "terragoat" } } @@ -60,9 +62,10 @@ resource "azurerm_network_interface" "ni_win" { git_last_modified_at = "2020-06-17 15:48:15" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "2b5dbf28-04fb-4151-a637-a731bbe7ed1d" + source-repo = "terragoat" } } @@ -100,9 +103,10 @@ resource azurerm_network_security_group "bad_sg" { git_last_modified_at = "2021-05-02 10:06:10" git_last_modified_by = "nimrodkor@users.noreply.github.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "1a591ba4-d969-4572-9704-87b5c55c0ba3" + source-repo = "terragoat" } } @@ -116,9 +120,10 @@ resource azurerm_network_watcher "network_watcher" { git_last_modified_at = "2020-06-17 12:59:55" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "3da368fc-723f-43d2-8e82-08dcc91e5094" + source-repo = "terragoat" } } @@ -138,8 +143,9 @@ resource azurerm_network_watcher_flow_log "flow_log" { git_last_modified_at = "2020-06-17 12:59:55" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "33a7212e-7f1a-49fc-af73-8e525c5546ec" + source-repo = "terragoat" } } \ No newline at end of file diff --git a/terraform/azure/resource_group.tf b/terraform/azure/resource_group.tf index cb7ab25f4c..df6adaf46c 100644 --- a/terraform/azure/resource_group.tf +++ b/terraform/azure/resource_group.tf @@ -7,8 +7,9 @@ resource "azurerm_resource_group" "example" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "80b3b0ca-e0d8-4266-8a1f-12c71afd7e18" + source-repo = "terragoat" } } \ No newline at end of file diff --git a/terraform/azure/sql.tf b/terraform/azure/sql.tf index c466020b92..f16846b348 100644 --- a/terraform/azure/sql.tf +++ b/terraform/azure/sql.tf @@ -22,9 +22,11 @@ resource "azurerm_sql_server" "example" { git_last_modified_at = "2020-06-19 21:14:50" git_last_modified_by = "Adin.Ermie@outlook.com" git_modifiers = "Adin.Ermie/nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "e5ec3432-e61f-4244-b59e-9ecc24ddd4cb" + }, { + source-repo = "terragoat" }) } @@ -64,9 +66,10 @@ resource "azurerm_mysql_server" "example" { git_last_modified_at = "2020-06-19 21:14:50" git_last_modified_by = "Adin.Ermie@outlook.com" git_modifiers = "Adin.Ermie/nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "1ac18c16-09a4-41c9-9a66-6f514050178e" + source-repo = "terragoat" } } @@ -89,9 +92,10 @@ resource "azurerm_postgresql_server" "example" { git_last_modified_at = "2020-06-19 21:14:50" git_last_modified_by = "Adin.Ermie@outlook.com" git_modifiers = "Adin.Ermie/nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "9eae126d-9404-4511-9c32-2243457df459" + source-repo = "terragoat" } } diff --git a/terraform/azure/storage.tf b/terraform/azure/storage.tf index 8d6886286d..c72a1273dd 100644 --- a/terraform/azure/storage.tf +++ b/terraform/azure/storage.tf @@ -14,9 +14,10 @@ resource "azurerm_managed_disk" "example" { git_last_modified_at = "2020-06-16 14:46:24" git_last_modified_by = "nimrodkor@gmail.com" git_modifiers = "nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "d17da7b3-f1c5-4723-9f77-d1b9069459c7" + source-repo = "terragoat" } } @@ -53,9 +54,10 @@ resource "azurerm_storage_account" "example" { git_last_modified_at = "2021-05-02 10:06:10" git_last_modified_by = "nimrodkor@users.noreply.github.com" git_modifiers = "Adin.Ermie/nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "23861ff4-c42d-495e-80ac-776c74035f43" + source-repo = "terragoat" } } diff --git a/terraform/gcp/big_data.tf b/terraform/gcp/big_data.tf index 6ac3b07b2e..7c3752ca1e 100644 --- a/terraform/gcp/big_data.tf +++ b/terraform/gcp/big_data.tf @@ -30,8 +30,9 @@ resource "google_bigquery_dataset" "dataset" { git_last_modified_at = "2022-01-19-17-02-27" git_last_modified_by = "jameswoolfenden" git_modifiers = "jameswoolfenden__nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "2560d883-bc3a-4cb6-b9fc-fb666edf626e" + source-repo = "terragoat" } } \ No newline at end of file diff --git a/terraform/gcp/gcs.tf b/terraform/gcp/gcs.tf index cd6dbac2a8..82b6763a2b 100644 --- a/terraform/gcp/gcs.tf +++ b/terraform/gcp/gcs.tf @@ -8,9 +8,10 @@ resource "google_storage_bucket" "terragoat_website" { git_last_modified_at = "2022-01-19-17-02-27" git_last_modified_by = "jameswoolfenden" git_modifiers = "jameswoolfenden__nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "bd00cd2e-f53f-4daf-8d4d-74c47846c1cc" + source-repo = "terragoat" } } diff --git a/terraform/gcp/instances.tf b/terraform/gcp/instances.tf index a1b035dd63..abd9a5e8fc 100644 --- a/terraform/gcp/instances.tf +++ b/terraform/gcp/instances.tf @@ -27,9 +27,10 @@ resource "google_compute_instance" "server" { git_last_modified_at = "2022-01-19-17-02-27" git_last_modified_by = "jameswoolfenden" git_modifiers = "jameswoolfenden__nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "cd562b76-fbce-4e60-8c75-c9f43d7ffc16" + source-repo = "terragoat" } } @@ -41,8 +42,9 @@ resource "google_compute_disk" "unencrypted_disk" { git_last_modified_at = "2022-01-19-17-02-27" git_last_modified_by = "jameswoolfenden" git_modifiers = "jameswoolfenden__nimrodkor" - git_org = "bridgecrewio" + git_org = "bridge-it-consulting" git_repo = "terragoat" yor_trace = "bf87b7d7-a9d8-4f03-a0d4-8a4cbb647d03" + source-repo = "terragoat" } } \ No newline at end of file