Skip to content
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

[Python] AcmeDnsPlugin could not find property 'name' in state #435

Open
0xA1F1E opened this issue Oct 30, 2024 · 1 comment
Open

[Python] AcmeDnsPlugin could not find property 'name' in state #435

0xA1F1E opened this issue Oct 30, 2024 · 1 comment

Comments

@0xA1F1E
Copy link

0xA1F1E commented Oct 30, 2024

When creating an ACME DNS plugin, I receive the following error when I run pulumi up:

error: Could not find required property 'name' in state. This is an error in proxmoxve resource provider, please report at https://github.com/muhlba91/pulumi-proxmoxve

The creation is still successful, but Pulumi will throw the error and will not update the state accordingly.

Rough code example below:

my_acme_dns_plugin = pulumi_proxmoxve.AcmeDnsPlugin(
    "SomeName",
    api="cf",
    plugin="cloudflare-dns"
    data={...}
    disable=False,
    opts=pulumi.ResourceOptions(provider=my_custom_provider),
)

Let me know if you require more information. Happy to help.

@muhlba91
Copy link
Owner

muhlba91 commented Nov 1, 2024

could you share your pulumi stack export as well? (please take care to anonymize sensitive data you might not want to post here.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants