terraform plan
This commit is contained in:
parent
812ebf24b0
commit
eddd627a4a
1 changed files with 6 additions and 1 deletions
7
.github/workflows/terraform-plan.yml
vendored
7
.github/workflows/terraform-plan.yml
vendored
|
|
@ -23,7 +23,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Debug Paths
|
||||||
|
run: |
|
||||||
|
echo "Workspace: $GITHUB_WORKSPACE"
|
||||||
|
ls -R .
|
||||||
|
echo "CONFIG_DIRECTORY: $CONFIG_DIRECTORY"
|
||||||
|
ls -R "$CONFIG_DIRECTORY"
|
||||||
- name: Upload Configuration
|
- name: Upload Configuration
|
||||||
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.0
|
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.0
|
||||||
id: plan-upload
|
id: plan-upload
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue