Skip to content

Commit 3d67b8b

Browse files
committed
Update terraform-docs to v0.11.0
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent 2ec96a0 commit 3d67b8b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/templates/README.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ branch.
1111

1212
## Version
1313

14-
`{{ $version }}` (uses [terraform-docs] v0.10.1, which is supported and tested on Terraform
14+
`{{ $version }}` (uses [terraform-docs] v0.11.0, which is supported and tested on Terraform
1515
version 0.11+ and 0.12+ but may work for others.)
1616

1717
{{- if eq $version "main" }}

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
args: --sort-by-required
7171
indention: 3
7272
git-push: true
73+
git-push-sign-off: true
7374
git-commit-message: "terraform-docs: automated action"
7475

7576
- name: Should generate README.md for tf12_config

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM quay.io/terraform-docs/terraform-docs:0.10.1
15+
FROM quay.io/terraform-docs/terraform-docs:0.11.0
1616

1717
# this can be removed when base image
1818
# was upgraded to alpine:3.13 which has

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branch.
88

99
## Version
1010

11-
`v0.4.0` (uses [terraform-docs] v0.10.1, which is supported and tested on Terraform
11+
`v0.4.0` (uses [terraform-docs] v0.11.0, which is supported and tested on Terraform
1212
version 0.11+ and 0.12+ but may work for others.)
1313

1414
## Usage

0 commit comments

Comments
 (0)