File tree 20 files changed +20
-85
lines changed
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" {
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"
6
-
2
+ required_version = " >= 1.0.0"
7
3
required_providers {
8
4
aws = {
9
5
source = " hashicorp/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 "os" {
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
# Remove the items in items_to_remove from original_list. This works because:
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" "os" {
Original file line number Diff line number Diff line change 4
4
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5
5
6
6
terraform {
7
- # Due to the HashiCorp BSL License change, we are restricting the latest version of Terraform to 1.5.7.
8
- # Going forward we will be adding support for OpenTofu. For additional information on OpenTofu please
9
- # see the official OpenTofu website at https://opentofu.org/.
10
- required_version = " >= 1.0.0, <= 1.5.7"
7
+ required_version = " >= 1.0.0"
11
8
}
12
9
13
10
# Figure out the OS environment
Original file line number Diff line number Diff line change 7
7
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8
8
9
9
terraform {
10
- # Due to the HashiCorp BSL License change, we are restricting the latest version of Terraform to 1.5.7.
11
- # Going forward we will be adding support for OpenTofu. For additional information on OpenTofu please
12
- # see the official OpenTofu website at https://opentofu.org/.
13
- required_version = " >= 1.0.0, <= 1.5.7"
10
+ required_version = " >= 1.0.0"
14
11
}
15
12
16
13
data "external" "determine_python_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"
6
-
2
+ required_version = " >= 1.0.0"
7
3
required_providers {
8
4
aws = {
9
5
source = " hashicorp/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
# Updating the Terraform external provider to 2.3.0 caused an undocumented breaking change (as evidenced by
8
5
# issues like https://github.com/hashicorp/terraform-provider-external/issues/193). The solution is to pin
Original file line number Diff line number Diff line change 6
6
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7
7
8
8
terraform {
9
- # Due to the HashiCorp BSL License change, we are restricting the latest version of Terraform to 1.5.7.
10
- # Going forward we will be adding support for OpenTofu. For additional information on OpenTofu please
11
- # see the official OpenTofu website at https://opentofu.org/.
12
- required_version = " >= 1.0.0, <= 1.5.7"
9
+ required_version = " >= 1.0.0"
13
10
}
14
11
15
12
module "pex_env" {
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
module "pex_env" {
You can’t perform that action at this time.
0 commit comments