sparse-intern-71089
02/15/2023, 6:29 PMbillowy-army-68599
narrow-ghost-95764
02/15/2023, 7:01 PMnarrow-ghost-95764
02/15/2023, 7:07 PMAll of these secrets I did a --secret command and verified they are correct and live in existing App service and in local Pulumi yaml file and looks to be trying to add with + and being in green:
~ appSettings : {
+ ALLOWED_ROLES : [secret]
+ ALLOWED_UPSTREAM_REDIRECTS : [secret]
+ DOCKER_CUSTOM_IMAGE_NAME : [secret]
+ ENCOMPASS_BEARER : [secret]
+ JWT_SECRET : [secret]
+ MEERKAT_PORT : [secret]
+ MSAL_AUTHORITY : [secret]
+ MSAL_CLIENT_ID : [secret]
+ MSAL_CLIENT_SECRET : [secret]
+ MSAL_CLIENT_SECRET_OLD : [secret]
+ PORT : [secret]
+ REDIRECT_URI : [secret]
+ WEBSITES_PORT : [secret]
narrow-ghost-95764
02/15/2023, 7:07 PMnarrow-ghost-95764
02/15/2023, 7:08 PMnarrow-ghost-95764
02/15/2023, 7:09 PMnarrow-ghost-95764
02/15/2023, 7:09 PMnarrow-ghost-95764
02/15/2023, 7:11 PMbillowy-army-68599
billowy-army-68599
is there a known workaround outside of an ignoreyes, you can use
ignoreChanges
(https://www.pulumi.com/docs/intro/concepts/resources/options/ignorechanges/) but this feels like it shouldn’t be neededbillowy-army-68599
pulumi import
command or are you trying to manually import?narrow-ghost-95764
02/15/2023, 7:52 PMbillowy-army-68599
pulumi import
file it in github.com/pulumi/pulumi-azure-nativenarrow-ghost-95764
02/15/2023, 8:08 PM