Fix terraform error: Unsupported argument

option has been dropped in terraform 2.x
This commit is contained in:
Treehopper 2021-11-25 13:11:21 +00:00
parent ab38006fc8
commit 99a7535702

View File

@ -1,6 +1,5 @@
provider "kubernetes" {
load_config_file = "false"
host = var.host
client_certificate = var.client_certificate
client_key = var.client_key