Skip to content

Commit

Permalink
Update tags (by Yor)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and [email protected] committed May 18, 2022
1 parent f2eaa90 commit a0e0da1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/aws/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ resource "aws_s3_bucket" "data" {
Name = "${local.resource_prefix.value}-data"
Environment = local.resource_prefix.value
}, {
git_commit = "d68d2897add9bc2203a5ed0632a5cdd8ff8cefb0"
git_commit = "c7b59879db64631f57e836ab8aaa8928999518da"
git_file = "terraform/aws/s3.tf"
git_last_modified_at = "2020-06-16 14:46:24"
git_last_modified_by = "nimrodkor@gmail.com"
git_modifiers = "nimrodkor"
git_last_modified_at = "2022-04-28 08:31:31"
git_last_modified_by = "[email protected].com"
git_modifiers = "57677867+PelegZur/nimrodkor"
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "0874007d-903a-4b4c-945f-c9c233e13243"
Expand Down
10 changes: 10 additions & 0 deletions terraform/oracle/bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ resource "oci_objectstorage_bucket" "secretsquirrel" {
access_type = "ObjectRead"
metadata = { "data" = "Blockofdata" }
storage_tier = "Standard"
freeform_tags = {
git_commit = "7a7b957091945f77ecef712a92ac719c8d9a6498"
git_file = "terraform/oracle/bucket.tf"
git_last_modified_at = "2022-04-06 10:43:57"
git_last_modified_by = "[email protected]"
git_modifiers = "james.woolfenden"
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "a854aa89-5141-4518-a5dc-0ffe3075f209"
}
}


Expand Down
10 changes: 10 additions & 0 deletions terraform/oracle/compartment.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,14 @@ resource "oci_identity_compartment" "tf-compartment" {
description = "Compartment for Terraform resources."
name = "third-compartment"
enable_delete = true
freeform_tags = {
git_commit = "5406d83ae1a7c43b5f1f44a0d044f4622f4a815d"
git_file = "terraform/oracle/compartment.tf"
git_last_modified_at = "2022-04-06 15:27:36"
git_last_modified_by = "[email protected]"
git_modifiers = "james.woolfenden"
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "20f6ad13-d679-4c7a-8d1b-befdd7f16b97"
}
}

0 comments on commit a0e0da1

Please sign in to comment.