Skip to content

Commit

Permalink
update terraform aws provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
JayFlexy committed Dec 6, 2024
1 parent a184e0b commit 2cbc2ea
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion shared/admin-tools/glue/glue_migrations/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

required_providers {
aws = "5.78.0"
aws = "5.80.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion shared/admin-tools/glue/remote_role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

required_providers {
aws = "5.78.0"
aws = "5.80.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
backend "s3" {}

required_providers {
aws = "5.78.0"
aws = "5.80.0"
opensearch = {
source = "opensearch-project/opensearch"
version = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion web-api/terraform/applyables/allColors/allColors.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
}

required_providers {
aws = "5.78.0"
aws = "5.80.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion web-api/terraform/applyables/blue/blue.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}

required_providers {
aws = "5.78.0"
aws = "5.80.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

required_providers {
aws = "5.78.0"
aws = "5.80.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion web-api/terraform/applyables/green/green.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}

required_providers {
aws = "5.78.0"
aws = "5.80.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

required_providers {
aws = "5.78.0"
aws = "5.80.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

required_providers {
aws = "5.78.0"
aws = "5.80.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

required_providers {
aws = "5.78.0"
aws = "5.80.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

required_providers {
aws = "5.78.0"
aws = "5.80.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

required_providers {
aws = "5.78.0"
aws = "5.80.0"
}
}

Expand Down

0 comments on commit 2cbc2ea

Please sign in to comment.