Skip to content

Commit 25c06b9

Browse files
authored
Merge branch 'master' into GH-949
2 parents bc820c6 + d46fbb6 commit 25c06b9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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)

hooks/terraform_wrapper_module_for_each.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ module "wrapper" {
113113
114114
```hcl
115115
terraform {
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
121121
inputs = {

0 commit comments

Comments
 (0)