https://pulumi.com logo
#golang
Title
# golang
a

aloof-tailor-93191

09/20/2018, 8:43 PM
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
3 Views