-
-
Notifications
You must be signed in to change notification settings - Fork 562
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: antonbabenko/pre-commit-terraform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.88.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: antonbabenko/pre-commit-terraform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.88.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 3 files changed
- 3 contributors
Commits on Mar 14, 2024
-
--------- Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua>
Configuration menu - View commit details
-
Copy full SHA for 495357e - Browse repository at this point
Copy the full SHA 495357eView commit details
Commits on Mar 22, 2024
-
fix(
terraform_providers_lock
): Requireterraform init
(and `terra……form_validate` hook) run when only lockfile changed (#649) ### Description of your changes  When the terraform root module contains any child module it requires `terraform init` to run to be able to successfully run the provider lock operation. Previously, `terraform init` was in `terraform_providers_lock` hook too, but moved out to be only in `terraform_validate`, because there was little sense in trying to lock anything that was code invalid. If we return `terraform init` back to `terraform_providers_lock` - major changes in providers that remove resources etc. can be successfully written to lockfile without any checks, as such checks done in `terraform_validate` ## Workaround till the release of that stuff Add `files: (\.tf|\.tfvars|\.terraform\.lock\.hcl)$` to `terraform_validate` hook call --- Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua>
Configuration menu - View commit details
-
Copy full SHA for 02c1935 - Browse repository at this point
Copy the full SHA 02c1935View commit details -
chore(release): version 1.88.3 [skip ci]
## [1.88.3](v1.88.2...v1.88.3) (2024-03-22) ### Bug Fixes * **`terraform_providers_lock`:** Require `terraform init` (and `terraform_validate` hook) run when only lockfile changed ([#649](#649)) ([02c1935](02c1935))
Configuration menu - View commit details
-
Copy full SHA for 1bdc82b - Browse repository at this point
Copy the full SHA 1bdc82bView commit details
There are no files selected for viewing