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

Static schema support for Terraform Test and Mock files #1782

Merged
merged 6 commits into from
Sep 23, 2024
Merged

Conversation

dbanck
Copy link
Member

@dbanck dbanck commented Jul 31, 2024

This PR adds Terraform Tests support. It adds the new "feature", registers it in the service handler, and introduces two new language IDs: terraform-test & terraform-mock.
It also updates hcl-lang to the latest main.

Some open TODOs (I bet there are more):

  • Tests (postponed to later PRs)
  • Load the matching Terraform module for test files (postponed to later PRs)
  • Look through all TODO comment in the code
  • Update terraform-schema version once that PR has been merged

@dbanck dbanck added the enhancement New feature or request label Jul 31, 2024
@ansgarm ansgarm force-pushed the f-terraform-test branch 3 times, most recently from 7bdb461 to 14ebdf1 Compare September 3, 2024 10:16
@ansgarm ansgarm changed the title prototype: Terraform Tests Support Static schema support for Terraform Test and Mock files Sep 12, 2024
@ansgarm ansgarm changed the base branch from pre-release to main September 20, 2024 09:28
@ansgarm ansgarm marked this pull request as ready for review September 20, 2024 13:14
@ansgarm ansgarm requested a review from a team as a code owner September 20, 2024 13:14
Copy link
Contributor

@jpogran jpogran left a comment

Choose a reason for hiding this comment

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

:shipit:

@ansgarm ansgarm merged commit b397291 into main Sep 23, 2024
22 checks passed
@ansgarm ansgarm deleted the f-terraform-test branch September 23, 2024 14:33
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 this pull request may close these issues.

3 participants