Ian Wahbe

Results 264 comments of Ian Wahbe

Hi @hgebrael. Thanks for opening an issue and for using pulumi-cloudflare. This provider is based on the terraform provider maintained by cloudflare: https://github.com/cloudflare/terraform-provider-cloudflare. I would open an issue upstream. As...

Thanks for reporting this @zbuchheit. Are you setting these values in your Pulumi program? - `domain-rate-limits.rules[0].version` - `domain-rate-limits.rules[0].id` - `domain-rate-limits.rules[0].lastUpdated` A program that reproduces this warning would make debugging this...

Thanks for the repro @zbuchheit.

Hi @o-l-a-v. Thanks for the suggestion. Just to clarify: When you say `pulumi plan`, you mean `pulumi preview`? Right?

Hi @lodgify-chris. Thanks for opening this issue. I'm sorry that this isn't working as expected.

Hi @blaise-bradley. Thanks for raising the issue. As a work-around, I think you can change one of the generated packages to have a different name. This way Pulumi can distinguish...

> Hi @rgl thanks for the suggestion. > > One additional option for the layout would be to make the `Stdin` property either a `string` or an object of: >...

> @iwahbe the expected & actual behavior look the same here Sorry about that. "Actual behavior" was correct. I fixed the "Expected behavior" section.

[SerializeResource](https://github.com/pulumi/pulumi/blob/8ba737574b424de0d62fb0a00445f4c47235bfbc/pkg/resource/stack/deployment.go#L283-L332) is the function that handles serializing resources. It encodes the `id` property directly and without encryption. Unfortunately, the workaround proposed by @leezen doesn't work. The `id` property of a...

@heagma If you already have a branch ready, feel free to make it public and open a PR. We're going to give @krupaJari priority on this, since they asked to...