Skip to content

Commit

Permalink
Lock tls provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
pst committed Jul 23, 2022
1 parent b0a335e commit e606b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/_modules/eks/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
tls = {
# https://registry.terraform.io/providers/hashicorp/tls/latest
source = "hashicorp/tls"
version = ">= 3.1.0"
version = "3.4.0"
}
}

Expand Down

0 comments on commit e606b6e

Please sign in to comment.