I've noticed that when changing the value of the V...
# aws
a
I've noticed that when changing the value of the VPC input arg on awsx.elasticloadbalancingv2.ApplicationLoadBalancer, pulumi is not issuing a replace to recreate the ALB in a new VPC, has anyone run into this problem before? Right now it issues an update of the sg only, which leads to a 400 bad request from the AWS api.
I’ll file an issue