Skip to content

Commit

Permalink
Revert "Fixing the role that gets stored on cloudAuth (#28)" (#29)
Browse files Browse the repository at this point in the history
This reverts commit 4327223.
  • Loading branch information
miguelpais authored Dec 12, 2024
1 parent 4327223 commit 4c213dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vm-workload-scanning/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ resource "sysdig_secure_cloud_auth_account_component" "vm_workload_scanning_acco
version = "v0.1.0"
trusted_role_metadata = jsonencode({
aws = {
role_name = aws_iam_role.scanning[0].arn
role_name = aws_iam_role.scanning[0].name
}
})

Expand Down

0 comments on commit 4c213dd

Please sign in to comment.