Skip to content

Commit 4538297

Browse files
authored
Merge pull request #44 from trussworks/deprecate-terraform-versions
deprecate older terraform versions
2 parents 3747e64 + 61ee47d commit 4538297

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ repos:
3434
hooks:
3535
- id: shell-lint
3636

37-
- repo: https://github.com/terraform-docs/terraform-docs
38-
rev: "v0.16.0"
39-
hooks:
40-
- id: terraform-docs-go
41-
args: ["markdown", "table", "--output-file", "README.md", "."]
42-
4337
- repo: https://github.com/antonbabenko/pre-commit-terraform
4438
rev: v1.77.1
4539
hooks:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module "github_terraform_aws_ou_scp" {
9999

100100
| Name | Version |
101101
|------|---------|
102-
| terraform | >= 0.13.0 |
102+
| terraform | >= 1.0 |
103103
| aws | >= 3.0 |
104104

105105
## Providers

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 0.13.0"
2+
required_version = ">= 1.0"
33

44
required_providers {
55
aws = ">= 3.0"

0 commit comments

Comments
 (0)