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

#57 Adding support for terraform validate command. #58

Merged
merged 2 commits into from
May 23, 2024

Conversation

kevbite
Copy link
Contributor

@kevbite kevbite commented Oct 2, 2020

This adds support for the terraform validate command (#57 - https://www.terraform.io/docs/commands/validate.html).

Motivation and Context

We wanted this feature so that we can do basic validation of our terraform scripts in our CI pipeline without having to do StartProcess.

How Has This Been Tested?

Unit tests

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@nils-a nils-a linked an issue May 23, 2024 that may be closed by this pull request
Copy link
Contributor

@nils-a nils-a left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@nils-a nils-a merged commit b39c224 into cake-contrib:develop May 23, 2024
3 checks passed
@nils-a
Copy link
Contributor

nils-a commented May 23, 2024

@kevbite your changes have been merged, thanks for your contribution 👍

cake-contrib-bot pushed a commit that referenced this pull request May 23, 2024
Merge pull request #58 from kevbite/develop

#57 Adding support for terraform validate command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Terraform Validate
2 participants