Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Istrati committed Nov 22, 2024
1 parent d835e1b commit 2f113b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iac/cicd/service_catalog_app_registry/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.75.0"
version = "5.77.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion iac/global.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.75.0"
version = "5.77.0"
}
}
}
Expand Down

0 comments on commit 2f113b7

Please sign in to comment.