Anton Tayanovskyy
Anton Tayanovskyy
Turns out I was mistaken, this is a warning and not a fatal error so it is simply a nice-to-have.
As a possible workaround would `pulumi import` command work? Unlike the import ResourceOption it does not run into `inputs to import do not match the existing resource` state.
Slight variation for readability: ```python import pulumi import pulumi_aws test_import = pulumi.Config().get_bool("test_import") bucket_name = "pulumi-aws-defaulttags-import-issue-anton-6" provider = pulumi_aws.Provider( "aws1", default_tags={ "tags": { "Environment": "dev", "CodeRepository": "infra", } } ) if...
Thanks for reporting this @AMKamel - it appears this is a cloudflare provider issue so I transferred here. Since your program does not specify cors_headers I suspect the value is...
@AMKamel still would appreciate a repro per the comment above to get us started. We can close the issue once we are confident we have a fix that fixes a...
Thank you for the confirmations! I think we will need custom state migrations to fix these upgrade stories, for each affected resource. In the meanwhile it's always helpful if you...
I am sorry you are hitting this. Would it be possible to see which plan is generated by `pulumi preview --diff`? Also what is the state of the Account resources...
```pulumi stack export``` would show the state of the Account resource as Pulumi tracks it. That could be helpful (needs sanistizing though). ```pulumi preview --diff``` output sometimes gives an indication...
Absolutely - I've just updated my https://github.com/t0yv0 profile to have email and https://github.com/t0yv0.gpg has the GPG key if you need to go further and secure it. Also can connect on...
Perhaps SPAM filters got in the way but I've not heard from you.