Skip to content

Commit

Permalink
TEST3
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Jan 29, 2024
1 parent ce64b94 commit b21a6ab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest

defaults:
run:
shell: bash

steps:

- name: Checkout code
uses: actions/checkout@v3

- name: Change directory
run: cd terraform-config

# Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
Expand All @@ -25,6 +26,7 @@ jobs:

# Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
- name: Terraform Init
run: cd terraform-config
run: terraform init

# Checks that all Terraform configuration files adhere to a canonical format
Expand Down

0 comments on commit b21a6ab

Please sign in to comment.