Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
checking
  • Loading branch information
ajithkumars3131 committed May 16, 2025
commit d7c847683dd910786a0070ac1f5c4ae7ca00d952
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Terraform format
id: fmt
run: terraform fmt -check # Checks formatting of Terraform files
run: terraform fmt -recursive # Checks formatting of Terraform files

- name: Terraform validate
id: validate
Expand Down
2 changes: 2 additions & 0 deletions terraform/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ terraform {

required_version = "~> 1.12.0" # Ensures Terraform uses compatible version
}

#