Skip to content

Commit

Permalink
deprecate older terraform versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ralren committed Jun 8, 2023
1 parent 10d06f2 commit a6c8020
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ repos:
hooks:
- id: shell-lint

- repo: https://github.com/terraform-docs/terraform-docs
rev: "v0.16.0"
hooks:
- id: terraform-docs-go
args: ["markdown", "table", "--output-file", "README.md", "."]

- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.77.1
hooks:
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

This module creates AWS CloudTrail and configures it so that logs go to cloudwatch.

## Terraform Versions

Terraform 0.13 and newer. Pin module version to `~> 4.X`. Submit pull-requests to `master` branch.

Terraform 0.12. Pin module version to `~> 3.X`. Submit pull-requests to `terraform12` branch.

## Usage

```hcl
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.13.0"
required_version = ">= 1.0"

required_providers {
aws = ">= 3.0"
Expand Down

0 comments on commit a6c8020

Please sign in to comment.