purple-oyster-28927
04/27/2023, 1:59 PMbackendURL
is set to a value a that doesn't contain https://api.pulumi.com or https://app.pulumi.com and orgName
is set either in providerConfig or moduleConfig, I would like to fail garden during the validate phase and display an error message
- if backendURL
is set to a value a that doesn't contain https://api.pulumi.com or https://app.pulumi.com and cacheStatus; true
is set in moduleConfig, I would like to fail garden during the validate phase and display an error messageancient-diamond-80011
04/27/2023, 2:23 PMjoi
has some capability for .xor()
validation and we use it in some places in the codebase, but your usecase sounds a bit more complex than thatoxor()
for optional exclusive orpurple-oyster-28927
04/27/2023, 3:37 PM