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 020e50f commit 4327223Copy full SHA for 4327223
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].name
+ role_name = aws_iam_role.scanning[0].arn
149
}
150
})
151
0 commit comments