Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a script for checking Terraform syntax #42

Open
melania27dev opened this issue Dec 1, 2024 · 0 comments · May be fixed by #43
Open

Add a script for checking Terraform syntax #42

melania27dev opened this issue Dec 1, 2024 · 0 comments · May be fixed by #43
Assignees
Labels
enhancement New feature or request

Comments

@melania27dev
Copy link
Collaborator

This script will help ensure that our Terraform configurations are free of syntax error. The script should:

  • Check if Terraform is installed;
  • Validate the syntax of Terraform files using the command terraform fmt -check;
  • Runs the terraform validate command to verify the correctness and validity of the Terraform files in the current repository;
@melania27dev melania27dev linked a pull request Dec 1, 2024 that will close this issue
@melania27dev melania27dev self-assigned this Dec 1, 2024
@melania27dev melania27dev added the enhancement New feature or request label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant