Skip to content

Commit

Permalink
feat: update tf modules
Browse files Browse the repository at this point in the history
Signed-off-by: Rudra Gupta <[email protected]>
  • Loading branch information
grudra7714 committed Sep 26, 2024
1 parent c815c84 commit 73041b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,17 @@ jobs:
# Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
- name: Terraform Init
run: terraform init
working-directory: examples/basic

# Checks that all Terraform configuration files adhere to a canonical format
- name: Terraform Format
run: terraform fmt -check
working-directory: examples/basic

# Generates an execution plan for Terraform
- name: Terraform Plan
run: terraform plan -input=false
working-directory: examples/basic

# On push to "master", build or change infrastructure according to Terraform configuration files
# - name: Terraform Apply
Expand Down

0 comments on commit 73041b7

Please sign in to comment.