Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(terraform): validate configuration if triggered by Dependabot (#623
) Currently, if the Terraform workflow is triggered by Dependabot, both the `Terraform Plan` and `Terraform Apply` jobs are skipped, meaning the workflow does nothing. With thes changes, the workflow should run until at least the `Terraform Validate` step to catch obvious errors. If triggered by Dependabot, it's important that the Terraform backend is _not_ initialized when running `terraform init`, since that requires authentication to Azure, which Dependabot can't do.
- Loading branch information