that gives a compile err: ``` ./main.go:107:32: ca...
# golang
a
that gives a compile err:
Copy code
./main.go:107:32: cannot use policyAttachment (type *iam.RolePolicyAttachment) as type pulumi.Resource in array or slice literal:
        *iam.RolePolicyAttachment does not implement pulumi.Resource (wrong type for URN method)
                have URN() *pulumi.URNOutput
                want URN() pulumi.URN