Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions terraform/aws/db-app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "47c13290-c2ce-48a7-b666-1b0085effb92"
}, {
Expand Down Expand Up @@ -57,7 +57,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "c8076043-5de7-4203-9a1c-b4e61900628a"
}, {
Expand Down Expand Up @@ -91,7 +91,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "6432b3f9-3f45-4463-befc-2e0f2fbdffc1"
}, {
Expand All @@ -113,7 +113,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "b8368249-50c5-4a24-bdb0-9f83d197b11c"
}, {
Expand All @@ -134,7 +134,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "7b251090-8ac1-4290-bd2e-bf3e16126430"
}, {
Expand Down Expand Up @@ -171,7 +171,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "6d33b2b9-2dd3-4915-b5d4-283152c928f1"
driftest = "automated"
Expand Down Expand Up @@ -207,7 +207,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "d4b631c1-c1d0-4986-affb-fb8b94a6a7a5"
}, {
Expand Down Expand Up @@ -418,7 +418,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "f7999d4e-c983-43ee-bd88-7903a6f8483e"
}, {
Expand Down
26 changes: 16 additions & 10 deletions terraform/aws/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "347af3cd-4f70-4632-aca3-4d5e30ffc0b6"
gilad = "test1"
Expand All @@ -51,6 +51,9 @@ resource "aws_ebs_volume" "web_host_storage" {
}, {
driftest = "automated"
yor_trace = "cb5f3a12-4c6d-490e-a9c7-2c9e31c9acb5"
}, {
git_org = "GiladMark"
git_repo = "terragoat"
})
}

Expand All @@ -66,7 +69,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
gilad = "test3"
}, {
Expand Down Expand Up @@ -115,7 +118,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "e6dab454-4ed2-4ded-8fbf-747f207040cf"
driftest = "automated"
Expand All @@ -137,6 +140,9 @@ resource "aws_vpc" "web_vpc" {
yor_trace = "51628f12-3430-4be6-885e-403fd4ebea5b"
}, {
driftest = "automated"
}, {
git_org = "GiladMark"
git_repo = "terragoat"
})
}

Expand All @@ -154,7 +160,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "0345f650-d280-4ca8-86c9-c71c38c0eda8"
}, {
Expand All @@ -176,7 +182,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "224af03a-00e0-4981-be30-14965833c2db"
}, {
Expand All @@ -196,7 +202,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "d8e63cb4-2fb5-4726-9c86-5fd05ef03674"
}, {
Expand All @@ -215,7 +221,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "5e4fee6e-a6aa-4b61-a741-47c5efb463e1"
}, {
Expand Down Expand Up @@ -256,7 +262,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "7e2ffea8-739f-467d-b57b-53cbc0d7ccbe"
}, {
Expand All @@ -280,7 +286,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "6808d4b7-45bc-4d1d-9523-96757a3add3a"
}, {
Expand All @@ -301,7 +307,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "f058838a-b1e0-4383-b965-7e06e987ffb1"
}, {
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "7a3ec657-fa54-4aa2-8467-5d08d6c90bc2"
}, {
Expand Down
10 changes: 5 additions & 5 deletions terraform/aws/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "de052596-21a0-43de-8153-469add277b18"
driftest = "automated"
Expand Down Expand Up @@ -53,7 +53,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "1600ca6c-72f6-45c0-a71d-88e117e51d6b"
}, {
Expand All @@ -75,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 = "GiladMark"
git_repo = "terragoat"
"kubernetes.io/cluster/$${local.eks_name.value}" = "shared"
yor_trace = "1fb4fa23-a5d6-4d6a-b7dc-88749383f48d"
Expand Down Expand Up @@ -105,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 = "GiladMark"
git_repo = "terragoat"
"kubernetes.io/cluster/$${local.eks_name.value}" = "shared"
yor_trace = "9ce04af2-5321-4e6c-a262-e4d7c1f69525"
Expand Down Expand Up @@ -140,7 +140,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "7fa14261-c18d-4fa2-aec4-746f6e64d2d3"
driftest = "automated"
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/elb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "b4a83ce9-9a45-43b4-b6d9-1783c282f702"
}, {
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/es.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "95131dec-d7c9-49bb-9aff-eb0e2736603b"
driftest = "automated"
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "9b45b298-c1ea-426a-9644-610780021eaa"
}, {
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "cd8fa2a7-4868-4cd1-993d-da4644808ce5"
driftest = "automated"
Expand Down
4 changes: 2 additions & 2 deletions terraform/aws/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "93cfa6f9-a257-40c3-b7dc-3c3686929734"
driftest = "automated"
Expand Down Expand Up @@ -52,7 +52,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "f7d8bc47-e5d9-4b09-9d8f-e7b9724d826e"
driftest = "automated"
Expand Down
4 changes: 2 additions & 2 deletions terraform/aws/neptune.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "0d4cbb85-73ed-4ca0-b1da-296e4185f34e"
driftest = "automated"
Expand All @@ -33,7 +33,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "9b2b45fd-6f9f-44fd-b8bc-868b1db178b3"
driftest = "automated"
Expand Down
12 changes: 6 additions & 6 deletions terraform/aws/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "aws_s3_bucket" "data" {
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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "0874007d-903a-4b4c-945f-c9c233e13243"
}, {
Expand All @@ -36,7 +36,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "a7f01cc7-63c2-41a8-8555-6665e5e39a64"
}, {
Expand All @@ -60,7 +60,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "0e012640-b597-4e5d-9378-d4b584aea913"
}, {
Expand All @@ -87,7 +87,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "29efcf7b-22a8-4bd6-8e14-1f55b3a2d743"
}, {
Expand All @@ -114,7 +114,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "9a7c8788-5655-4708-bbc3-64ead9847f64"
driftest = "automated"
Expand Down Expand Up @@ -145,7 +145,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "01946fe9-aae2-4c99-a975-e9b0d3a4696c"
}, {
Expand Down
2 changes: 1 addition & 1 deletion terraform/azure/aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "6103d111-864e-42e5-899c-1864de281fd1"
driftest = "automated"
Expand Down
6 changes: 3 additions & 3 deletions terraform/azure/app_service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "6611bf45-fd5b-467e-b119-d533cd7539b8"
driftest = "automated"
Expand All @@ -35,7 +35,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "13be096d-c599-46e5-bf54-51c6e9732858"
driftest = "automated"
Expand All @@ -58,7 +58,7 @@ 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 = "GiladMark"
git_repo = "terragoat"
yor_trace = "ec8295ab-af68-4cff-b0f1-b0cf5eaf1b75"
driftest = "automated"
Expand Down
Loading