Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from Smana/renovate/tls-4.x
Browse files Browse the repository at this point in the history
Update Terraform tls to v4
  • Loading branch information
Smana authored Dec 24, 2023
2 parents 0963484 + 285b6a1 commit 8dc276c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/eks/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ terraform {
}
tls = {
source = "hashicorp/tls"
version = "3.1.0"
version = "4.0.5"
}
}
}

0 comments on commit 8dc276c

Please sign in to comment.