feat: Allow TLS provider to use versions 3.0+ (i.e. - >= 3.0) (#2211)

This commit is contained in:
Karsten Siemer
2022-08-26 21:45:07 +02:00
committed by GitHub
parent 0957d67445
commit f576a6f9ea
6 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ terraform {
}
tls = {
source = "hashicorp/tls"
version = "~> 3.0"
version = ">= 3.0"
}
kubernetes = {
source = "hashicorp/kubernetes"