File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 1.104.1] ( https://github.com/antonbabenko/pre-commit-terraform/compare/v1.104.0...v1.104.1 ) (2026-01-04)
6+
7+
8+ ### Bug Fixes
9+
10+ * ** ` terraform_wrapper_module_for_each ` :** Generate right usage example for S3 ([ #952 ] ( https://github.com/antonbabenko/pre-commit-terraform/issues/952 ) ) ([ 3117fe2] ( https://github.com/antonbabenko/pre-commit-terraform/commit/3117fe2efa4aa0f0a4c1e9c0670c4183c7d90d24 ) )
11+
512# [ 1.104.0] ( https://github.com/antonbabenko/pre-commit-terraform/compare/v1.103.0...v1.104.0 ) (2025-11-20)
613
714
Original file line number Diff line number Diff line change 11# Collection of git hooks for Terraform to be used with [ pre-commit framework] ( http://pre-commit.com/ )
22
33[ ![ Latest Github tag]] ( https://github.com/antonbabenko/pre-commit-terraform/releases )
4- ![ Maintenance status] ( https://img.shields.io/maintenance/yes/2025 .svg )
4+ ![ Maintenance status] ( https://img.shields.io/maintenance/yes/2026 .svg )
55[ ![ GHA Tests CI/CD Badge]] ( https://github.com/antonbabenko/pre-commit-terraform/actions/workflows/ci-cd.yml )
66[ ![ Codecov pytest Badge]] ( https://app.codecov.io/gh/antonbabenko/pre-commit-terraform?flags[]=pytest )
77[ ![ OpenSSF Scorecard Badge]] ( https://scorecard.dev/viewer/?uri=github.com/antonbabenko/pre-commit-terraform )
Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ module "wrapper" {
113113
114114```hcl
115115terraform {
116- source = "tfr:///terraform-aws-modules/s3-bucket/aws//wrappers "
116+ source = "tfr:///MODULE_REPO_ORG/MODULE_REPO_SHORTNAME/MODULE_REPO_PROVIDER//WRAPPER_PATH "
117117 # Alternative source:
118- # source = "git::git@github.com:terraform-aws-modules /terraform-aws-s3-bucket .git//wrappers ?ref=master"
118+ # source = "git::git@github.com:MODULE_REPO_ORG /terraform-MODULE_REPO_PROVIDER-MODULE_REPO_SHORTNAME .git//WRAPPER_PATH ?ref=master"
119119}
120120
121121inputs = {
You can’t perform that action at this time.
0 commit comments