Skip to content

Latest commit

 

History

History
98 lines (67 loc) · 1.96 KB

dns.md

File metadata and controls

98 lines (67 loc) · 1.96 KB
layout title type resource
resource
dns
provider
dns

Index

Example Usage

provider "dns" {
  version = "3.1.0"

  # NestingList
  update {
    # key_algorithm - (optional) is a type of string
    key_algorithm = null
    # key_name - (optional) is a type of string
    key_name = null
    # key_secret - (optional) is a type of string
    key_secret = null
    # port - (optional) is a type of number
    port = null
    # retries - (optional) is a type of number
    retries = null
    # server - (required) is a type of string
    server = null
    # timeout - (optional) is a type of string
    timeout = null
    # transport - (optional) is a type of string
    transport = null

    # NestingList
    gssapi {
      # keytab - (optional) is a type of string
      keytab = null
      # password - (optional) is a type of string
      password = null
      # realm - (required) is a type of string
      realm = null
      # username - (optional) is a type of string
      username = null
    }
  }
}

top

Resources

top

Datasources

top