mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-08 16:35:25 -04:00
stacks: use deferral allowed flag
This commit is contained in:
parent
4338787f5b
commit
aed6f7586c
1 changed files with 1 additions and 1 deletions
|
|
@ -653,7 +653,7 @@ func (n *NodeAbstractResourceInstance) refresh(ctx EvalContext, deposedKey state
|
|||
Private: state.Private,
|
||||
ProviderMeta: metaConfigVal,
|
||||
ClientCapabilities: providers.ClientCapabilities{
|
||||
DeferralAllowed: ctx.Deferrals().DeferralAllowed(),
|
||||
DeferralAllowed: deferralAllowed,
|
||||
},
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue