We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4327223 commit 4c213ddCopy full SHA for 4c213dd
modules/vm-workload-scanning/main.tf
@@ -145,7 +145,7 @@ resource "sysdig_secure_cloud_auth_account_component" "vm_workload_scanning_acco
145
version = "v0.1.0"
146
trusted_role_metadata = jsonencode({
147
aws = {
148
- role_name = aws_iam_role.scanning[0].arn
+ role_name = aws_iam_role.scanning[0].name
149
}
150
})
151
0 commit comments