Skip to content

Commit 4c213dd

Browse files
authored
Revert "Fixing the role that gets stored on cloudAuth (#28)" (#29)
This reverts commit 4327223.
1 parent 4327223 commit 4c213dd

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

Lines changed: 1 addition & 1 deletion
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].arn
148+
role_name = aws_iam_role.scanning[0].name
149149
}
150150
})
151151

0 commit comments

Comments
 (0)