Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 1.42 KB

ad.md

File metadata and controls

81 lines (54 loc) · 1.42 KB
layout title type resource
resource
ad
provider
ad

Index

Example Usage

provider "ad" {
  version = "0.4.1"

  # krb_conf - (optional) is a type of string
  krb_conf = null
  # krb_realm - (optional) is a type of string
  krb_realm = null
  # krb_spn - (optional) is a type of string
  krb_spn = null
  # winrm_hostname - (required) is a type of string
  winrm_hostname = null
  # winrm_insecure - (optional) is a type of bool
  winrm_insecure = null
  # winrm_password - (required) is a type of string
  winrm_password = null
  # winrm_port - (optional) is a type of number
  winrm_port = null
  # winrm_proto - (optional) is a type of string
  winrm_proto = null
  # winrm_use_ntlm - (optional) is a type of bool
  winrm_use_ntlm = null
  # winrm_username - (required) is a type of string
  winrm_username = null
}

top

Resources

top

Datasources

top