Skip to content

Commit 8cb53f4

Browse files
committed
chore: update terraform required version
1 parent 1b4ea22 commit 8cb53f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/enterprise-organization/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ This module creates following resources.
1010

1111
| Name | Version |
1212
|------|---------|
13-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9 |
13+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.12 |
1414
| <a name="requirement_github"></a> [github](#requirement\_github) | >= 6.2 |
1515

1616
## Providers
1717

1818
| Name | Version |
1919
|------|---------|
20-
| <a name="provider_github"></a> [github](#provider\_github) | 6.2.1 |
20+
| <a name="provider_github"></a> [github](#provider\_github) | 6.9.0 |
2121

2222
## Modules
2323

modules/enterprise-organization/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 = ">= 1.9"
2+
required_version = ">= 1.12"
33

44
required_providers {
55
github = {

0 commit comments

Comments
 (0)