https://pulumi.com logo
e

echoing-kite-20691

08/25/2023, 12:33 PM
Hi! I've noticed that when working with resource properties it's okay to not specify values to some optional properties and let the underlying service assign default values or even manage those values through a different method, such as the service's UI (instead of having Pulumi manage it). However, it seems that, in the case of Auth0 connections
options
(which is a
PropertyMap
), if I leave a value blank in Pulumi and set it through the Auth0 UI, pulumi overwrites the value with blank values. In my specific case I'd like to set a few options (
disableSignUp
,
bruteForceProtection
) and let others (
template
) be managed through the UI. Is that possible in some way? Or is it a behavior of the
PropertyMap
to always overwrite the entire state.
d

dry-keyboard-94795

08/25/2023, 12:36 PM
e

echoing-kite-20691

08/25/2023, 5:15 PM
@dry-keyboard-94795 thanks! that seems to have done th trick