Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 1.4 KB

kubernetes-alpha.md

File metadata and controls

68 lines (53 loc) · 1.4 KB
layout title type resource
resource
kubernetes-alpha
provider
kubernetes-alpha

Index

Example Usage

provider "kubernetes-alpha" {
  version = "0.3.2"

  # client_certificate - (optional) is a type of string
  client_certificate = null
  # client_key - (optional) is a type of string
  client_key = null
  # cluster_ca_certificate - (optional) is a type of string
  cluster_ca_certificate = null
  # config_context - (optional) is a type of string
  config_context = null
  # config_context_cluster - (optional) is a type of string
  config_context_cluster = null
  # config_context_user - (optional) is a type of string
  config_context_user = null
  # config_path - (optional) is a type of string
  config_path = null
  # exec - (optional) is a type of object
  exec = {
    api_version = null
    args        = []
    command     = null
    env         = {}
  }
  # host - (optional) is a type of string
  host = null
  # insecure - (optional) is a type of bool
  insecure = null
  # password - (optional) is a type of string
  password = null
  # token - (optional) is a type of string
  token = null
  # username - (optional) is a type of string
  username = null
}

top

Resources

top

Datasources

top