This repository was archived by the owner on Feb 18, 2025. It is now read-only.
forked from antonbabenko/pre-commit-terraform
-
Notifications
You must be signed in to change notification settings - Fork 0
TLS-133-tracking-wpengine-pre-commit-terraform-via-dependabot-bump-tj-actions-changed-files-to-41 #1
Open
edson-philippe
wants to merge
295
commits into
wpengine:master
Choose a base branch
from
antonbabenko:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…656) --------- Signed-off-by: Steffen Tautenhahn <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…cker image build, please note that `TERRAFORM_VERSION` now must be provided (#670) --------- Co-authored-by: George L. Yermulnik <[email protected]> Co-authored-by: Maksym Vlasov <[email protected]>
# [1.90.0](v1.89.1...v1.90.0) (2024-05-23) ### Features * Support set custom TF/OpenTofu binary. | If you use a custom Docker image build, please note that `TERRAFORM_VERSION` now must be provided ([#670](#670)) ([c7011c0](c7011c0))
# [1.91.0](v1.90.0...v1.91.0) (2024-06-07) ### Features * Added Terramate as sponsor ([#676](#676)) ([dae1a48](dae1a48))
# [1.92.0](v1.91.0...v1.92.0) (2024-06-19) ### Features * Add `terragrunt_validate_inputs` hook to check unused and undefined inputs ([#677](#677)) ([a139b71](a139b71))
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…5.2 (#682) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…essage in case binary does not exist (#693)
## [1.92.1](v1.92.0...v1.92.1) (2024-08-01) ### Bug Fixes * **`terraform_docs`:** Suppress "terraform command not found" error message in case binary does not exist ([#693](#693)) ([6ff3572](6ff3572))
small typo in the link for the workflow yaml file (`yml` -> `yaml`).
… from `.terraform-docs.yml` config over `--hook-config=--path-to-file=` (#698) --------- Co-authored-by: MaxymVlasov <[email protected]>
## [1.92.2](v1.92.1...v1.92.2) (2024-08-16) ### Bug Fixes * **`terraform_docs`:** Fix issue and prioritize `output.file` setting from `.terraform-docs.yml` config over `--hook-config=--path-to-file=` ([#698](#698)) ([9d6a22b](9d6a22b))
## [1.92.3](v1.92.2...v1.92.3) (2024-08-27) ### Bug Fixes * **`terraform_docs`:** Suppress redundant warnings pop-ups introduced in v1.92.2 ([#700](#700)) ([59b2454](59b2454))
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): Use latest available Python 3.12 base image * Bump docker image versions * f * f * Update tests
…` formatting (#911) Both supported in https://github.com/hashicorp/terraform/blob/0c63fb2b097edcd5cb1a91322765a414206fbea2/internal/command/fmt.go#L30-L35 --------- Co-authored-by: Maksym Vlasov <[email protected]>
# [1.100.0](v1.99.5...v1.100.0) (2025-08-08) ### Features * **`terraform_fmt`:** Add support for `.tftest.hcl` and `.tfmock.hcl` formatting ([#911](#911)) ([7433e13](7433e13)), closes [/github.com/hashicorp/terraform/blob/0c63fb2b097edcd5cb1a91322765a414206fbea2/internal/command/fmt.go#L30-L35](https://github.com//github.com/hashicorp/terraform/blob/0c63fb2b097edcd5cb1a91322765a414206fbea2/internal/command/fmt.go/issues/L30-L35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…dle arguments passed from terragrunt to TF (#933)
## [1.100.1](v1.100.0...v1.100.1) (2025-09-27) ### Bug Fixes * **`terragrunt_providers_lock`, `terragrunt_validate`:** Properly handle arguments passed from terragrunt to TF ([#933](#933)) ([ea46354](ea46354))
…hcl` files (#935) OpenTofu has their own file pattern for defining tests: *.tofutest.hcl - https://opentofu.org/docs/cli/commands/test/#the-tftesthcl--tofutesthcl-file-structure And Terraform 1.14 introduces *.tfquery.hcl - https://github.com/hashicorp/terraform/blob/eae5ac13dd47eafd2d338b21db7311bbfa861b68/internal/command/fmt.go#L56 Co-authored-by: Ted van Riel <[email protected]>
# [1.101.0](v1.100.1...v1.101.0) (2025-09-30) ### Features * **`terraform_fmt`:** Add support for `.tofutest.hcl` and `.tfquery.hcl` files ([#935](#935)) ([ba7cf0e](ba7cf0e)), closes [/github.com/hashicorp/terraform/blob/eae5ac13dd47eafd2d338b21db7311bbfa861b68/internal/command/fmt.go#L56](https://github.com//github.com/hashicorp/terraform/blob/eae5ac13dd47eafd2d338b21db7311bbfa861b68/internal/command/fmt.go/issues/L56)
…le arguments passed from terragrunt to TF (#939)
…dle arguments passed from terragrunt to TF (#939)
## [1.101.1](v1.101.0...v1.101.1) (2025-10-09) ### Bug Fixes * **`terragrunt_providers_lock`, `terragrunt_validate`:** Properly handle arguments passed from terragrunt to TF ([#939](#939)) ([bae0525](bae0525))
Suppress `zizmor`'s error: we do want `pull_request_target` - https://github.com/amannn/action-semantic-pull-request#event-triggers
# [1.102.0](v1.101.1...v1.102.0) (2025-10-14) ### Features * **terrascan:** Add support for `__GIT_WORKING_DIR__` in hooks arguments ([#943](#943)) ([c4ef91e](c4ef91e))
Accept build arg `GITHUB_TOKEN` to authenticate calls made to GitHub API in `common::install_from_gh_release` function.
# [1.104.0](v1.103.0...v1.104.0) (2025-11-20) ### Features * **docker:** Allow authenticated calls to GitHub API ([#947](#947)) ([6deaf20](6deaf20))
## [1.104.1](v1.104.0...v1.104.1) (2026-01-04) ### Bug Fixes * **`terraform_wrapper_module_for_each`:** Generate right usage example for S3 ([#952](#952)) ([3117fe2](3117fe2))
…d `check-lockfile-is-cross-platform` and `regenerate-lockfile-if-some-platform-missed` modes. Last one is same as `only-check-is-current-lockfile-cross-platform`, which now is deprecated. Check README for more details (#950) --------- Co-authored-by: George Yermulnik (Georgii Iermulnik) <[email protected]>
# [1.105.0](v1.104.1...v1.105.0) (2026-01-06) ### Features * **`terraform_providers_lock`:** Fix logical issue in hook modes: Add `check-lockfile-is-cross-platform` and `regenerate-lockfile-if-some-platform-missed` modes. Last one is same as `only-check-is-current-lockfile-cross-platform`, which now is deprecated. Check README for more details ([#950](#950)) ([95a52e3](95a52e3))
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Put an
xinto the box if that apply:Description of your changes
How can we test changes