Skip to content

Commit

Permalink
fix(SRE-11680): downgrade aws provider to 4.41 (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
macneib authored Jul 10, 2023
1 parent 0da19a6 commit 41ef189
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 30 deletions.
5 changes: 3 additions & 2 deletions examples/arm64/versions.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5"
source = "hashicorp/aws",
version = "~> 4.41"
## https://github.com/hashicorp/terraform-provider-aws/issues/31633
}
local = {
source = "hashicorp/local"
Expand Down
5 changes: 3 additions & 2 deletions examples/default/versions.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5"
source = "hashicorp/aws",
version = "~> 4.41"
## https://github.com/hashicorp/terraform-provider-aws/issues/31633
}
local = {
source = "hashicorp/local"
Expand Down
5 changes: 3 additions & 2 deletions examples/ephemeral/versions.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5"
source = "hashicorp/aws",
version = "~> 4.41"
## https://github.com/hashicorp/terraform-provider-aws/issues/31633
}
local = {
source = "hashicorp/local"
Expand Down
5 changes: 3 additions & 2 deletions examples/permissions-boundary/setup/versions.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5"
source = "hashicorp/aws",
version = "~> 4.41"
## https://github.com/hashicorp/terraform-provider-aws/issues/31633
}
}
required_version = ">= 1"
Expand Down
5 changes: 3 additions & 2 deletions examples/permissions-boundary/versions.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5"
source = "hashicorp/aws",
version = "~> 4.41"
## https://github.com/hashicorp/terraform-provider-aws/issues/31633
}
local = {
source = "hashicorp/local"
Expand Down
5 changes: 3 additions & 2 deletions examples/prebuilt/versions.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5"
source = "hashicorp/aws",
version = "~> 4.41"
## https://github.com/hashicorp/terraform-provider-aws/issues/31633
}
local = {
source = "hashicorp/local"
Expand Down
5 changes: 3 additions & 2 deletions examples/ubuntu/versions.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5"
source = "hashicorp/aws",
version = "~> 4.41"
## https://github.com/hashicorp/terraform-provider-aws/issues/31633
}
local = {
source = "hashicorp/local"
Expand Down
5 changes: 3 additions & 2 deletions examples/windows/versions.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5"
source = "hashicorp/aws",
version = "~> 4.41"
## https://github.com/hashicorp/terraform-provider-aws/issues/31633
}
local = {
source = "hashicorp/local"
Expand Down
5 changes: 3 additions & 2 deletions modules/download-lambda/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ terraform {

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5"
source = "hashicorp/aws",
version = "~> 4.41"
## https://github.com/hashicorp/terraform-provider-aws/issues/31633
}
}
}
5 changes: 3 additions & 2 deletions modules/runner-binaries-syncer/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ terraform {

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5"
source = "hashicorp/aws",
version = "~> 4.41"
## https://github.com/hashicorp/terraform-provider-aws/issues/31633
}
}
}
5 changes: 3 additions & 2 deletions modules/runners/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ terraform {

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5"
source = "hashicorp/aws",
version = "~> 4.41"
## https://github.com/hashicorp/terraform-provider-aws/issues/31633
}
}
}
5 changes: 3 additions & 2 deletions modules/setup-iam-permissions/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ terraform {

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5"
source = "hashicorp/aws",
version = "~> 4.41"
## https://github.com/hashicorp/terraform-provider-aws/issues/31633
}
}
}
5 changes: 3 additions & 2 deletions modules/ssm/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ terraform {

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5"
source = "hashicorp/aws",
version = "~> 4.41"
## https://github.com/hashicorp/terraform-provider-aws/issues/31633
}
}
}
5 changes: 3 additions & 2 deletions modules/webhook/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ terraform {

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5"
source = "hashicorp/aws",
version = "~> 4.41"
## https://github.com/hashicorp/terraform-provider-aws/issues/31633
}
}
}
5 changes: 3 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ terraform {

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5"
source = "hashicorp/aws",
version = "~> 4.41"
## https://github.com/hashicorp/terraform-provider-aws/issues/31633
}
}
}

0 comments on commit 41ef189

Please sign in to comment.