loud-oyster-36834
03/31/2020, 2:23 PM+- ├─ azure:network:ApplicationGateway extgateway replace [diff: ~name]
Is it possible to recover the stack from this state? setting the name
and pulumi up
, then remove name
will just revert me back into the same state.better-rainbow-14549
03/31/2020, 2:24 PMloud-oyster-36834
03/31/2020, 3:04 PMpulumi up
I get the same result:
++azure:network/applicationGateway:ApplicationGateway: (create-replacement)
[id=/subscriptions/*****/resourceGroups/*****/providers/Microsoft.Network/applicationGateways/extgatewaya4f45d9d]
[urn=urn:pulumi:*****::*****::azure:network/applicationGateway:ApplicationGateway::extgateway]
[provider=urn:pulumi:*****::*****::pulumi:providers:azure::default_2_1_0::]
~ name: "extgatewaya4f45d9d" => "extgatewayda1ac9a0"
+-azure:network/applicationGateway:ApplicationGateway: (replace)
[id=/subscriptions/*****/resourceGroups/*****/providers/Microsoft.Network/applicationGateways/extgatewaya4f45d9d]
[urn=urn:pulumi:*****::*****::azure:network/applicationGateway:ApplicationGateway::extgateway]
[provider=urn:pulumi:*****::*****::pulumi:providers:azure::default_2_1_0::]
~ name: "extgatewaya4f45d9d" => "extgatewayda1ac9a0"
create-replacement
? So there will not be any downtime. But still little bit annoying.better-rainbow-14549
03/31/2020, 4:08 PM