Skip to content

Commit

Permalink
Update aws provider version to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akoufa committed Oct 22, 2023
1 parent 4322220 commit d165bda
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion terraform/deployment/providers.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.40.0"
version = "~> 5.0"
}
}

Expand Down
35 changes: 17 additions & 18 deletions terraform/ecr_repositories/.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/ecr_repositories/providers.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.40.0"
version = "~> 5.0"
}
}

Expand Down

0 comments on commit d165bda

Please sign in to comment.