Skip to content

Commit

Permalink
OCM-11804 | ci: Avoid to use hashicorp/aws 5.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Oct 11, 2024
1 parent 2b1b73d commit 7e5a186
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion examples/create_account_roles/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
rhcs = {
version = ">= 1.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
rhcs = {
version = ">= 1.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
rhcs = {
version = ">= 1.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
rhcs = {
version = ">= 1.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
rhcs = {
version = ">= 1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/tf-manifests/aws/account-roles/rosa-classic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
rhcs = {
version = ">= 1.6.3"
Expand Down
2 changes: 1 addition & 1 deletion tests/tf-manifests/aws/account-roles/rosa-hcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
rhcs = {
version = ">= 1.6.3"
Expand Down
2 changes: 1 addition & 1 deletion tests/tf-manifests/aws/kms/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
rhcs = {
version = ">= 1.6.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
rhcs = {
version = ">= 1.6.3"
Expand Down
2 changes: 1 addition & 1 deletion tests/tf-manifests/aws/proxy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/tf-manifests/aws/security-groups/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/tf-manifests/aws/vpc-tags/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/tf-manifests/aws/vpc/rosa-classic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/tf-manifests/aws/vpc/rosa-hcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/tf-manifests/rhcs/clusters/rosa-classic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
rhcs = {
version = ">= 1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/tf-manifests/rhcs/clusters/rosa-hcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.0"
version = ">= 4.20.0, != 5.71.0"
}
rhcs = {
version = ">= 1.0.1"
Expand Down

0 comments on commit 7e5a186

Please sign in to comment.