This message was deleted.
# getting-started
s
This message was deleted.
b
would you mind putting these in a gist? gist.github.com
b
ahhh now I'm following, thank you. I'm checking this, I believe it should work
@damp-accountant-65956 this is how one of our examples is constructed, it absolutely should work: https://github.com/pulumi/pulumi-component-provider-go-boilerplate/blob/main/provider/pkg/provider/staticPage.go#L32 https://github.com/pulumi/pulumi-component-provider-go-boilerplate/blob/main/provider/pkg/provider/staticPage.go#L95 if it's not working, it's possibly a bug, can you open an issue?
d
is there any way to bump the verbosity up in a component resource when it's executing so I can get more detail about where it's failing? because I basically do that with ec2.Vpc instead of s3.Bucket and i get that error ... and i've tried many other ways... if i could get more info out of the RPC call to the provider, that'd possibly point me in the right direction of what's going on
b
Copy code
pulumi up --logtostderr -v=9