Skip to content

Commit

Permalink
testing some initial terraform commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-dull committed Sep 29, 2024
1 parent cfefec1 commit ac80c76
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ jobs:
run: |
docker run -d --name ${{ env.INSTANCE_NAME }} ${{ env.DOCKER_IMAGE_NAME }}:${{ env.CODELINE }}
- name: Set up Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.9.6 # Specify the version of Terraform you want to use

- name: Run Terraform Test
run: |
cd .github/build_tests
terraform init
terraform plan
- name: Clean Up
# Hopefully this is being nice to GHA infra and not wasted CPU cycles
run: |
Expand Down

0 comments on commit ac80c76

Please sign in to comment.