Skip to content

Commit

Permalink
chore(deps): update terraform tls to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent ed115bf commit 6c53f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/aws/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ terraform {
local = "~> 1.3"
null = "~> 2.1"
template = "~> 2.1"
tls = "~> 2.1"
tls = "~> 4.0"
}
}
2 changes: 1 addition & 1 deletion deploy/modules/aws/key-pair/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ terraform {
aws = "~> 2.27"
local = "~> 1.3"
null = "~> 2.1"
tls = "~> 2.1"
tls = "~> 4.0"
}
}

0 comments on commit 6c53f9c

Please sign in to comment.