Skip to content

Commit e606b6e

Browse files
committed
Lock tls provider version
Upstream issue: hashicorp/terraform-provider-tls#244
1 parent b0a335e commit e606b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/_modules/eks/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ terraform {
1616
tls = {
1717
# https://registry.terraform.io/providers/hashicorp/tls/latest
1818
source = "hashicorp/tls"
19-
version = ">= 3.1.0"
19+
version = "3.4.0"
2020
}
2121
}
2222

0 commit comments

Comments
 (0)