How to bet the the proper path #200
rcclemente
started this conversation in
General
Replies: 2 comments
-
The paths should be relative to the actions workspace (i.e. your repo root). So for your example it would look like this: - name: terraform plan
uses: dflook/terraform-plan@v1
with:
path: terraform
backend_config_file: terraform/vars/backend.tfvars
var_file: |
terraform/vars/common.tfvars |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @dflook |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem: unable to load backend.tfvars
Directory structure
Workflow
I have tried different values for the
backend_config_file
:Note in different workflow i have
And that works properly. I am only unable to get the plan/apply to work properly
Beta Was this translation helpful? Give feedback.
All reactions