Closed karkir0003 closed 1 year ago
Hello @karkir0003! Thank you for submitting the Feature Request Form. We appreciate your contribution. :wave:
We will look into it and provide a response as soon as possible.
To work on this feature request, you can follow these branch setup instructions:
Checkout the main branch:
git checkout nextjs
Pull the latest changes from the remote main branch:
git pull origin nextjs
Create a new branch specific to this feature request using the issue number:
git checkout -b feature-812
Feel free to make the necessary changes in this branch and submit a pull request when you're ready.
Best regards, Deep Learning Playground (DLP) Team
Feature Name
Validate Terraform Files Github Action
Your Name
Karthik
Description
Right now, when we make changes to files under
dlp-terraform/
directory, we don't have a mechanism to ensure that the terraform files are valid. According to Terraform docs, we can use a command calledterraform validate
to ensure our terraform files are valid. We can write a quick github action that does the following:dlp-terraform/
or (*.tf
) files underdlp-terraform/
are modified in a commit or in a pull request, run a github action to ensure that the terraform files are valid!