Skip to content

Commit 6e7ae4d

Browse files
author
Louispautasso
authored
Merge pull request #5 from hove-io/lpa_upgrade_providers_aws
feat: upgrade providers aws to 5
2 parents 6c202fe + 14d9537 commit 6e7ae4d

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

examples/arm64/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 4.0"
5+
version = "~> 5"
66
}
77
local = {
88
source = "hashicorp/local"

examples/default/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 4.0"
5+
version = "~> 5"
66
}
77
local = {
88
source = "hashicorp/local"

examples/ephemeral/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 4.0"
5+
version = "~> 5"
66
}
77
local = {
88
source = "hashicorp/local"

examples/permissions-boundary/setup/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 4.0"
5+
version = "~> 5"
66
}
77
}
88
required_version = ">= 1"

examples/permissions-boundary/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 4.0"
5+
version = "~> 5"
66
}
77
local = {
88
source = "hashicorp/local"

examples/prebuilt/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 4.0"
5+
version = "~> 5"
66
}
77
local = {
88
source = "hashicorp/local"

examples/ubuntu/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 4.0"
5+
version = "~> 5"
66
}
77
local = {
88
source = "hashicorp/local"

examples/windows/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 4.0"
5+
version = "~> 5"
66
}
77
local = {
88
source = "hashicorp/local"

modules/download-lambda/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "~> 4.0"
7+
version = "~> 5"
88
}
99
}
1010
}

modules/runner-binaries-syncer/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "~> 4.0"
7+
version = "~> 5"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)