Lee Zen
Lee Zen
Thanks for the details there. I'm guessing the ~appSettings diff would result in a no-op in practice, but the conservative diff shows since we don't know what it might end...
You can check `isDryRun()` if you want to avoid running certain things on preview: https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/runtime/#isDryRun I don't think this is related to the issue you linked. Is that error occurring...
Related: https://github.com/pulumi/pulumi/issues/1064
Do you mind sharing a code snippet of how you're creating the task definition?
Could you please provide the resulting diffs from your program execution? Does it include the role policy attachments that you expect?
Not yet -- this is tracked upstream in https://github.com/terraform-providers/terraform-provider-azurerm/issues/7334
An interesting point of comparison is `aws_instance` https://www.terraform.io/docs/providers/aws/r/instance.html which has both the `user_data` and `user_data_base64` fields. I wonder if it'd be better to include a new field, like `customDataUtf8` as...
Today, we don't publish SDK-specific documentation and `CallbackFunction` is specific to the NodeJS SDK. As a workaround, you can use the doc strings that are embedded as part of the...
Could you please clarify what you're doing a bit more? Is the above YAML config you're reading and then setting in an app service? What does your code look like?...
Could you please share the detailed diff you see when you perform the updates and what the code for reading in your yaml looks like?