Skip to content

Latest commit

 

History

History
363 lines (207 loc) · 11 KB

nsxt.md

File metadata and controls

363 lines (207 loc) · 11 KB
layout title type resource
resource
nsxt
provider
nsxt

Index

Example Usage

provider "nsxt" {
  version = "3.1.1"

  # allow_unverified_ssl - (optional) is a type of bool
  allow_unverified_ssl = null
  # ca - (optional) is a type of string
  ca = null
  # ca_file - (optional) is a type of string
  ca_file = null
  # client_auth_cert - (optional) is a type of string
  client_auth_cert = null
  # client_auth_cert_file - (optional) is a type of string
  client_auth_cert_file = null
  # client_auth_key - (optional) is a type of string
  client_auth_key = null
  # client_auth_key_file - (optional) is a type of string
  client_auth_key_file = null
  # enforcement_point - (optional) is a type of string
  enforcement_point = null
  # global_manager - (optional) is a type of bool
  global_manager = null
  # host - (optional) is a type of string
  host = null
  # license_keys - (optional) is a type of list of string
  license_keys = []
  # max_retries - (optional) is a type of number
  max_retries = null
  # password - (optional) is a type of string
  password = null
  # remote_auth - (optional) is a type of bool
  remote_auth = null
  # retry_max_delay - (optional) is a type of number
  retry_max_delay = null
  # retry_min_delay - (optional) is a type of number
  retry_min_delay = null
  # retry_on_status_codes - (optional) is a type of list of number
  retry_on_status_codes = []
  # tolerate_partial_success - (optional) is a type of bool
  tolerate_partial_success = null
  # username - (optional) is a type of string
  username = null
  # vmc_auth_host - (optional) is a type of string
  vmc_auth_host = null
  # vmc_auth_mode - (optional) is a type of string
  vmc_auth_mode = null
  # vmc_token - (optional) is a type of string
  vmc_token = null
}

top

Resources

top

Datasources

top