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 support for presenting the error messages for input validation blocks #94

Closed
wants to merge 8 commits into from

Conversation

rquadling
Copy link

An attempt to fix #73.

dependabot bot and others added 6 commits October 17, 2023 21:31
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@8ade135...b4ffde6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@93397be...0c52d54)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
* hashicorp-master:
  update go get to go install command
  Bump actions/checkout from 3.6.0 to 4.1.0
  Bump actions/checkout from 3.5.3 to 3.6.0
  Bump actions/setup-go from 4.0.1 to 4.1.0
  Bump actions/checkout from 3.5.2 to 3.5.3
  Bump actions/setup-go from 4.0.0 to 4.0.1
  Bump actions/checkout from 3.5.0 to 3.5.2
  Bump actions/setup-go from 3.5.0 to 4.0.0
  Bump actions/checkout from 3.3.0 to 3.5.0
  Result of tsccr-helper -pin-all-workflows .
  Bump actions/checkout from 3.2.0 to 3.3.0
  complete the GHA migration
* commit '5b5be9b7a2515c284cd05a82dab6eae8eb9904b0':
  Bump actions/checkout from 4.1.0 to 4.1.1
* commit '60977fd8c98cb7d3df2b8ffd2d99df58a4ba47f9':
  Bump actions/setup-go from 4.1.0 to 5.0.0
First time of getting GitHub actions working and revealed issue.
@rquadling rquadling force-pushed the master branch 2 times, most recently from bca1d61 to 6e419de Compare December 28, 2023 16:29
(and include badges ... we always need badges!)
@rquadling
Copy link
Author

Due to the PR not expected to be accepted, I'm closing this PR and a fork at https://github.com/rquadling/terraform-config-inspect exists with the PR in and is hopefully going to be accepted as a community led variant.

@rquadling rquadling closed this Dec 28, 2023
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.

Variable validation block is not parsed
1 participant