File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
tests/workflows/test-plan/early-eval/tofu Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ function set-init-args() {
219219 fi
220220
221221 if [[ -v OPENTOFU && $TERRAFORM_VER_MINOR -ge 8 ]]; then
222- debug " Preparing variables for early evaluation"
222+ debug_log " Preparing variables for early evaluation"
223223 set-variable-args
224224 INIT_ARGS=" $INIT_ARGS $VARIABLE_ARGS "
225225 else
@@ -422,7 +422,6 @@ function set-plan-args() {
422422 set-common-plan-args
423423 set-deprecated-var-args
424424 set-variable-args
425- PLAN_ARGS=" $PLAN_ARGS $VARIABLE_ARGS "
426425
427426 export PLAN_ARGS
428427}
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ terraform {
66 }
77}
88
9+ provider "aws" {
10+ region = " eu-west-2"
11+ }
12+
913variable "state_bucket" {
1014 type = string
1115}
You can’t perform that action at this time.
0 commit comments