Skip to content

Commit

Permalink
chore(deps): update terraform aws to 5.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 114e248 commit 9b46e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/aws-ddns/aws-ddns/app/files/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.50.0"
version = "5.83.0"
}
http = {
source = "hashicorp/http"
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.50.0"
version = "5.83.0"
}
http = {
source = "hashicorp/http"
Expand Down

0 comments on commit 9b46e5b

Please sign in to comment.