Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrodkor authored and actions-user committed May 2, 2021
1 parent 6e62522 commit d3439f0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
14 changes: 7 additions & 7 deletions terraform/aws/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ EOF

resource "aws_ebs_volume" "web_host_storage" {
# unencrypted volume
availability_zone = "${var.region}a"
availability_zone = "${var.region}a"
#encrypted = false # Setting this causes the volume to be recreated on apply
size = 1
tags = merge({
Name = "${local.resource_prefix.value}-ebs"
}, {
git_commit = "d68d2897add9bc2203a5ed0632a5cdd8ff8cefb0"
git_commit = "6e62522d2ab8f63740e53752b84a6e99cd65696a"
git_file = "terraform/aws/ec2.tf"
git_last_modified_at = "2020-06-16 14:46:24"
git_last_modified_at = "2021-05-02 11:16:31"
git_last_modified_by = "[email protected]"
git_modifiers = "nimrodkor"
git_org = "bridgecrewio"
Expand Down Expand Up @@ -141,9 +141,9 @@ resource "aws_subnet" "web_subnet" {
tags = merge({
Name = "${local.resource_prefix.value}-subnet"
}, {
git_commit = "d68d2897add9bc2203a5ed0632a5cdd8ff8cefb0"
git_commit = "6e62522d2ab8f63740e53752b84a6e99cd65696a"
git_file = "terraform/aws/ec2.tf"
git_last_modified_at = "2020-06-16 14:46:24"
git_last_modified_at = "2021-05-02 11:16:31"
git_last_modified_by = "[email protected]"
git_modifiers = "nimrodkor"
git_org = "bridgecrewio"
Expand All @@ -161,9 +161,9 @@ resource "aws_subnet" "web_subnet2" {
tags = merge({
Name = "${local.resource_prefix.value}-subnet2"
}, {
git_commit = "d68d2897add9bc2203a5ed0632a5cdd8ff8cefb0"
git_commit = "6e62522d2ab8f63740e53752b84a6e99cd65696a"
git_file = "terraform/aws/ec2.tf"
git_last_modified_at = "2020-06-16 14:46:24"
git_last_modified_at = "2021-05-02 11:16:31"
git_last_modified_by = "[email protected]"
git_modifiers = "nimrodkor"
git_org = "bridgecrewio"
Expand Down
16 changes: 12 additions & 4 deletions terraform/aws/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ resource aws_subnet "eks_subnet1" {
Name = "${local.resource_prefix.value}-eks-subnet"
"kubernetes.io/cluster/${local.eks_name.value}" = "shared"
}, {
git_commit = "d68d2897add9bc2203a5ed0632a5cdd8ff8cefb0"
git_commit = "6e62522d2ab8f63740e53752b84a6e99cd65696a"
git_file = "terraform/aws/eks.tf"
git_last_modified_at = "2020-06-16 14:46:24"
git_last_modified_at = "2021-05-02 11:16:31"
git_last_modified_by = "[email protected]"
git_modifiers = "nimrodkor"
git_org = "bridgecrewio"
Expand All @@ -79,6 +79,10 @@ 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"
"kubernetes.io/cluster/$$${local.eks_name.value}" = "shared"
"kubernetes.io/cluster/$${local.eks_name.value}" = "shared"
})
}

Expand All @@ -91,9 +95,9 @@ resource aws_subnet "eks_subnet2" {
Name = "${local.resource_prefix.value}-eks-subnet2"
"kubernetes.io/cluster/${local.eks_name.value}" = "shared"
}, {
git_commit = "d68d2897add9bc2203a5ed0632a5cdd8ff8cefb0"
git_commit = "6e62522d2ab8f63740e53752b84a6e99cd65696a"
git_file = "terraform/aws/eks.tf"
git_last_modified_at = "2020-06-16 14:46:24"
git_last_modified_at = "2021-05-02 11:16:31"
git_last_modified_by = "[email protected]"
git_modifiers = "nimrodkor"
git_org = "bridgecrewio"
Expand All @@ -103,6 +107,10 @@ 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"
"kubernetes.io/cluster/$$${local.eks_name.value}" = "shared"
"kubernetes.io/cluster/$${local.eks_name.value}" = "shared"
})
}

Expand Down
8 changes: 4 additions & 4 deletions terraform/azure/application_gateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ resource "azurerm_application_gateway" "network" {
backend_http_settings_name = local.http_setting_name
}
tags = {
git_commit = "da67c0f30803d00c3036789e22cd1f5ad043a099"
git_commit = "b07a42ebd74b8f0ba647e20b872474b1c29b4814"
git_file = "terraform/azure/application_gateway.tf"
git_last_modified_at = "2020-10-19 01:56:34"
git_last_modified_by = "harkiratbhardwaj@gmail.com"
git_modifiers = "harkiratbhardwaj"
git_last_modified_at = "2021-05-02 10:08:55"
git_last_modified_by = "[email protected].com"
git_modifiers = "harkiratbhardwaj/nimrodkor"
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "3f62753b-3d20-4fa7-b402-b780234a14d8"
Expand Down

0 comments on commit d3439f0

Please sign in to comment.