File tree 3 files changed +14
-0
lines changed
3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -357,6 +357,12 @@ function set-common-plan-args() {
357
357
PLAN_ARGS=" $PLAN_ARGS -destroy"
358
358
fi
359
359
fi
360
+
361
+ if [[ -v INPUT_REFRESH ]]; then
362
+ if [[ " $INPUT_REFRESH " == " false" ]]; then
363
+ PLAN_ARGS=" $PLAN_ARGS -refresh=false"
364
+ fi
365
+ fi
360
366
}
361
367
362
368
function set-variable-args() {
Original file line number Diff line number Diff line change @@ -82,6 +82,10 @@ inputs:
82
82
description : Limit the number of concurrent operations
83
83
required : false
84
84
default : " 0"
85
+ refresh :
86
+ description : Skip checking for external changes to remote objects while creating the plan
87
+ required : false
88
+ default : " true"
85
89
86
90
outputs :
87
91
changes :
Original file line number Diff line number Diff line change @@ -82,6 +82,10 @@ inputs:
82
82
description : Limit the number of concurrent operations
83
83
required : false
84
84
default : " 0"
85
+ refresh :
86
+ description : Skip checking for external changes to remote objects while creating the plan
87
+ required : false
88
+ default : " true"
85
89
86
90
outputs :
87
91
changes :
You can’t perform that action at this time.
0 commit comments