Skip to content

Commit

Permalink
Bump Terraform Provider versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomdango committed Oct 25, 2023
1 parent 08692b0 commit 1e96b5c
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
34 changes: 17 additions & 17 deletions example/terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "~> 5.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = ">= 4.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/cloudfront-logs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = ">= 4.0"
}

archive = {
Expand Down
2 changes: 1 addition & 1 deletion modules/opennext-assets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = ">= 4.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/opennext-cloudfront/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = ">= 4.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions modules/opennext-lambda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = ">= 4.0"
}
archive = {
source = "hashicorp/archive"
version = "~> 2.4.0"
version = ">= 2.4.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/opennext-revalidation-queue/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = ">= 4.0"
}
}
}
Expand Down

0 comments on commit 1e96b5c

Please sign in to comment.