Skip to content

Commit 75ca41c

Browse files
committed
fix(version): explicit terraform required_version
References #13 BREAKING CHANGE: This module now explicitly supports terraform version 0.15 and above Signed-off-by: Theo Bob Massard <tbobm@protonmail.com>
1 parent f090ba6 commit 75ca41c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ module "secrets" {
9494

9595
| Name | Version |
9696
|------|---------|
97+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.15 |
9798
| <a name="requirement_github"></a> [github](#requirement\_github) | ~> 4 |
9899

99100
## Providers

version.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
terraform {
2+
required_version = ">= 0.15"
23
required_providers {
34
github = {
45
source = "integrations/github"

0 commit comments

Comments
 (0)