acoustic-continent-29968
01/23/2022, 6:39 AMpulumi up
effectively the stack will choose the existing ALB which was previously created will not be created since it's available and this will delete the ALB since the stack is missing the "new" ALB so-to-speak.
I thought about working around this by either detaching the ALB using pulumi export then looking for the URN and removing it and then using pulumi import to edit the stack.
Thought I'll pick your brain to work around this more effectivelygreat-queen-39697
01/24/2022, 8:35 PMget_service_quota()
function instead and examine the value
results: https://www.pulumi.com/registry/packages/aws/api-docs/servicequotas/getservicequota/#value_pythonacoustic-continent-29968
01/31/2022, 9:16 AM