Skip to content

Commit 4327223

Browse files
authored
Fixing the role that gets stored on cloudAuth (#28)
1 parent 020e50f commit 4327223

File tree

1 file changed

+1
-1
lines changed
  • modules/vm-workload-scanning

1 file changed

+1
-1
lines changed

modules/vm-workload-scanning/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ resource "sysdig_secure_cloud_auth_account_component" "vm_workload_scanning_acco
145145
version = "v0.1.0"
146146
trusted_role_metadata = jsonencode({
147147
aws = {
148-
role_name = aws_iam_role.scanning[0].name
148+
role_name = aws_iam_role.scanning[0].arn
149149
}
150150
})
151151

0 commit comments

Comments
 (0)