Ian Wahbe
Ian Wahbe
Thanks for clarifying. The only place that I see Java missing is from https://www.pulumi.com/registry/packages/hcloud/. YAML is also missing.
It seem slike this is a common problem, not limited `pulumi-hcloud`. Of the first 10 [providers](https://www.pulumi.com/registry/) (sorted a-z) owned by pulumi, 8 of them were missing at least Java or...
Entries in the Pulumi config get stored in state. ``` aws:accessKey: ${login.accessKeyId} aws:secretKey: ${login.secretAccessKey} aws:token: ${login.sessionToken} ``` These should be environmental variables.
`EnabledCloudwatchLogsExports` is a set in the underlying provider. I expect that is the source of the bug.
Hi @r00t9. It sounds like you are reporting two separate bugs: ### Unable to refresh on deleted secret: To confirm the reproduction steps: 1. Run the example code to create...
Hey @sdalezman. Thanks for filing an issue. Can you clarify a couple things for me: - Does this happen for all datadog resources, or just `datadog.Monitor`? - Does this happen...
Hi @caffeinate. I'm sorry you're hitting that. It's definitely confusing. The correct type for `service_registries` is `ecs.ServiceServiceRegistriesArgs` ([docs](https://www.pulumi.com/registry/packages/aws/api-docs/ecs/service/#service_registries_python)): https://github.com/pulumi/pulumi-aws/blob/b82e03002e0c3b7bdc584fae396d7de7d4c7729d/sdk/python/pulumi_aws/ecs/service.py#L42 Could you provide the line number for the assertion error? If...
https://www.pulumi.com/ai/?convid=3926fe3b-97bc-49ed-a83e-d7750131f357 is another example of invalid yaml.
Hi @michizubi-SRF. I'm sorry this is happening to you. > When changing for example the callback URL, it can happen that for some reason the owners of the app have...
Hi @mlushpenko. Thanks for the feedback.