File tree Expand file tree Collapse file tree 20 files changed +20
-85
lines changed Expand file tree Collapse file tree 20 files changed +20
-85
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Maintained by Gruntwork.io] ( https://img.shields.io/badge/maintained%20by-gruntwork.io-%235849a6.svg )] ( https://gruntwork.io/?ref=repo_package_terraform_utilities )
2
2
[ ![ GitHub tag (latest SemVer)] ( https://img.shields.io/github/tag/gruntwork-io/terraform-aws-utilities.svg?label=latest )] ( https://github.com/gruntwork-io/terraform-aws-utilities/releases/latest )
3
- ![ Terraform Version] ( https://img.shields.io/badge/tf-%3E%3D1.1.0%3C%2C%20%3C%3D1.5.7 -blue.svg )
3
+ ![ Terraform Version] ( https://img.shields.io/badge/tf-%3E%3D1.1.0-blue.svg )
4
4
5
5
# Terraform Utility Modules
6
6
7
7
This repo contains miscellaneous utility and helper modules for use with Terraform.
8
8
9
- ## Information on HashiCorp BSL License Change
10
-
11
- Due to the HashiCorp BSL license change, we are restricting Terraform to the latest open source version (` 1.5.7 ` ).
12
- Going forward we will be adding support for OpenTofu. To learn more, see the official [ OpenTofu website] ( https://opentofu.org/ )
13
- and [ project status] ( https://github.com/opentofu/opentofu/blob/main/WEEKLY_UPDATES.md ) .
14
-
15
9
## What is in this repo
16
10
17
11
This repo provides a Gruntwork IaC Package and has the following folder structure:
Original file line number Diff line number Diff line change 1
1
terraform {
2
- # Due to the HashiCorp BSL License change, we are restricting the latest version of Terraform to 1.5.7.
3
- # Going forward we will be adding support for OpenTofu. For additional information on OpenTofu please
4
- # see the official OpenTofu website at https://opentofu.org/.
5
- required_version = " >= 1.0.0, <= 1.5.7"
2
+ required_version = " >= 1.0.0"
6
3
}
7
4
8
5
module "executable" {
Original file line number Diff line number Diff line change 1
1
terraform {
2
- # Due to the HashiCorp BSL License change, we are restricting the latest version of Terraform to 1.5.7.
3
- # Going forward we will be adding support for OpenTofu. For additional information on OpenTofu please
4
- # see the official OpenTofu website at https://opentofu.org/.
5
- required_version = " >= 1.0.0, <= 1.5.7"
2
+ required_version = " >= 1.0.0"
6
3
}
7
4
8
5
provider "aws" {
Original file line number Diff line number Diff line change 1
1
terraform {
2
- # Due to the HashiCorp BSL License change, we are restricting the latest version of Terraform to 1.5.7.
3
- # Going forward we will be adding support for OpenTofu. For additional information on OpenTofu please
4
- # see the official OpenTofu website at https://opentofu.org/.
5
- required_version = " >= 1.0.0, <= 1.5.7"
2
+ required_version = " >= 1.0.0"
6
3
}
7
4
8
5
module "path" {
Original file line number Diff line number Diff line change 1
1
terraform {
2
- # Due to the HashiCorp BSL License change, we are restricting the latest version of Terraform to 1.5.7.
3
- # Going forward we will be adding support for OpenTofu. For additional information on OpenTofu please
4
- # see the official OpenTofu website at https://opentofu.org/.
5
- required_version = " >= 1.0.0, <= 1.5.7"
2
+ required_version = " >= 1.0.0"
6
3
}
7
4
8
5
module "list_remove" {
Original file line number Diff line number Diff line change 1
1
terraform {
2
- # Due to the HashiCorp BSL License change, we are restricting the latest version of Terraform to 1.5.7.
3
- # Going forward we will be adding support for OpenTofu. For additional information on OpenTofu please
4
- # see the official OpenTofu website at https://opentofu.org/.
5
- required_version = " >= 1.0.0, <= 1.5.7"
2
+ required_version = " >= 1.0.0"
6
3
}
7
4
8
5
module "os" {
Original file line number Diff line number Diff line change 5
5
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
6
7
7
terraform {
8
- # Due to the HashiCorp BSL License change, we are restricting the latest version of Terraform to 1.5.7.
9
- # Going forward we will be adding support for OpenTofu. For additional information on OpenTofu please
10
- # see the official OpenTofu website at https://opentofu.org/.
11
- required_version = " >= 1.0.0, <= 1.5.7"
8
+ required_version = " >= 1.0.0"
12
9
}
13
10
14
11
# Run the PEX binary as a local-exec provisioner on a null_resource.
Original file line number Diff line number Diff line change 1
1
terraform {
2
- # Due to the HashiCorp BSL License change, we are restricting the latest version of Terraform to 1.5.7.
3
- # Going forward we will be adding support for OpenTofu. For additional information on OpenTofu please
4
- # see the official OpenTofu website at https://opentofu.org/.
5
- required_version = " >= 1.0.0, <= 1.5.7"
2
+ required_version = " >= 1.0.0"
6
3
}
7
4
8
5
provider "aws" {
Original file line number Diff line number Diff line change 1
1
terraform {
2
- # Due to the HashiCorp BSL License change, we are restricting the latest version of Terraform to 1.5.7.
3
- # Going forward we will be adding support for OpenTofu. For additional information on OpenTofu please
4
- # see the official OpenTofu website at https://opentofu.org/.
5
- required_version = " >= 1.0.0, <= 1.5.7"
2
+ required_version = " >= 1.0.0"
6
3
}
7
4
8
5
module "require_executables" {
Original file line number Diff line number Diff line change 1
1
terraform {
2
- # Due to the HashiCorp BSL License change, we are restricting the latest version of Terraform to 1.5.7.
3
- # Going forward we will be adding support for OpenTofu. For additional information on OpenTofu please
4
- # see the official OpenTofu website at https://opentofu.org/.
5
- required_version = " >= 1.0.0, <= 1.5.7"
2
+ required_version = " >= 1.0.0"
6
3
}
7
4
8
5
data "external" "executable" {
You can’t perform that action at this time.
0 commit comments