-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resources don't seem to be adding resource name when created #55
Comments
This resource doesn’t have a It’s possible that the @jaxxstorm which property did you expect to be autonamed? |
I think you're right, If you're creating something in pulumi called |
I can fix this; we need to set |
I missed earlier that it appears this entire provider opts to use @jaxxstorm it looks like we're hardcoding this here: https://github.com/pulumi/pulumi-terraform-bridge/blob/master/pkg/tfbridge/provider.go#L1356 The override functionality lives here: https://github.com/pulumi/pulumi-terraform-bridge/blob/master/pkg/tfbridge/names.go#L147 I wonder if we should allow |
What happened?
Creating OCI resources doesn't appear to be adding the pulumi resource name
Steps to reproduce
Create any resource, for example a VCN
Expected Behavior
I would expect the resulting vcn to be called something like
example-<randomstring>
Actual Behavior
It creates a vcn with a set name:
Output of
pulumi about
No response
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: