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 Apr 6, 2022
1 parent 5566639 commit 2a0761f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions terraform/alicloud/bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,14 @@ resource "alicloud_oss_bucket" "bad_bucket" {
# Doesn't have access logging enabled"
bucket = "wildwestfreeforall"
acl = "public-read-write"
tags = {
git_commit = "9c114f23d311f787c137723e1f71b27a52f0adec"
git_file = "terraform/alicloud/bucket.tf"
git_last_modified_at = "2022-04-05 15:17:55"
git_last_modified_by = "[email protected]"
git_modifiers = "james.woolfenden"
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "80373049-248d-4f5e-9d25-740c3e80f2b9"
}
}
10 changes: 10 additions & 0 deletions terraform/alicloud/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,14 @@ resource "alicloud_db_instance" "seeme" {
name = "connect_timeout"
value = "50"
}
tags = {
git_commit = "c2ff052009d49c65e6af551eb1506abc73b5976c"
git_file = "terraform/alicloud/rds.tf"
git_last_modified_at = "2022-04-05 15:14:28"
git_last_modified_by = "[email protected]"
git_modifiers = "james.woolfenden"
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "7bd1394e-0a79-4288-8f83-5abcca5bf1ba"
}
}
10 changes: 10 additions & 0 deletions terraform/alicloud/trail.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ resource "alicloud_actiontrail_trail" "fail" {

resource "alicloud_oss_bucket" "trail" {

tags = {
git_commit = "c2ff052009d49c65e6af551eb1506abc73b5976c"
git_file = "terraform/alicloud/trail.tf"
git_last_modified_at = "2022-04-05 15:14:28"
git_last_modified_by = "[email protected]"
git_modifiers = "james.woolfenden"
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "9ce7077b-8195-4e71-aec6-ed1f769555dc"
}
}

resource "alicloud_ram_role" "trail" {
Expand Down

0 comments on commit 2a0761f

Please sign in to comment.