Skip to content

Commit

Permalink
Fixing the role that gets stored on cloudAuth (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpais authored Dec 11, 2024
1 parent 020e50f commit 4327223
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].name
role_name = aws_iam_role.scanning[0].arn
}
})

Expand Down

0 comments on commit 4327223

Please sign in to comment.