Skip to content

Commit

Permalink
Merge pull request #1553 from ministryofjustice/MLPAB-2603-roll-back-…
Browse files Browse the repository at this point in the history
…to-previous-version-of-the-aws-provider

MLPAB-2603 - roll back to previous version of the aws provider
  • Loading branch information
andrewpearce-digital authored Oct 15, 2024
2 parents 839da1a + 56ed001 commit fa99e4d
Show file tree
Hide file tree
Showing 25 changed files with 57 additions and 57 deletions.
34 changes: 17 additions & 17 deletions terraform/account/.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 terraform/account/modules/aws_backup_vault/versions.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 = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
aws.global
Expand Down
2 changes: 1 addition & 1 deletion terraform/account/modules/kms_key/versions.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 = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.eu_west_1,
aws.eu_west_2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
]
Expand Down
2 changes: 1 addition & 1 deletion terraform/account/region/modules/dns_firewall/versions.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 = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.71.0"
version = "~> 5.70.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/account/region/versions.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 = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
aws.management,
Expand Down
2 changes: 1 addition & 1 deletion terraform/account/versions.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 = "~> 5.71.0"
version = "~> 5.70.0"
}
pagerduty = {
source = "PagerDuty/pagerduty"
Expand Down
34 changes: 17 additions & 17 deletions terraform/environment/.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 terraform/environment/global/versions.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 = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.global,
]
Expand Down
2 changes: 1 addition & 1 deletion terraform/environment/region/modules/app/versions.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 = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
aws.management,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
]
Expand Down
2 changes: 1 addition & 1 deletion terraform/environment/region/modules/event_bus/versions.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 = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
aws.management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
]
Expand Down
2 changes: 1 addition & 1 deletion terraform/environment/region/modules/lambda/version.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 = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
]
Expand Down
2 changes: 1 addition & 1 deletion terraform/environment/region/modules/mock_pay/versions.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 = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
]
Expand Down
2 changes: 1 addition & 1 deletion terraform/environment/region/versions.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 = "~> 5.71.0"
version = "~> 5.70.0"
configuration_aliases = [
aws.region,
aws.global,
Expand Down
2 changes: 1 addition & 1 deletion terraform/environment/versions.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 = "~> 5.71.0"
version = "~> 5.70.0"
}
pagerduty = {
source = "PagerDuty/pagerduty"
Expand Down

0 comments on commit fa99e4d

Please sign in to comment.