backend/remote: Support refresh-only plans

pull/28746/head
Chris Arcand 5 years ago committed by CJ Horton
parent cb49a4c8d6
commit a436c7fa2f

@ -256,6 +256,8 @@ in order to capture the filesystem context the remote workspace expects:
switch op.PlanMode {
case plans.NormalMode:
// okay, but we don't need to do anything special for this
case plans.RefreshOnlyMode:
runOptions.RefreshOnly = tfe.Bool(true)
case plans.DestroyMode:
runOptions.IsDestroy = tfe.Bool(true)
default:

Loading…
Cancel
Save