Skip to content

Latest commit

 

History

History
117 lines (77 loc) · 2.39 KB

nomad.md

File metadata and controls

117 lines (77 loc) · 2.39 KB
layout title type resource
resource
nomad
provider
nomad

Index

Example Usage

provider "nomad" {
  version = "1.4.14"

  # address - (required) is a type of string
  address = null
  # ca_file - (optional) is a type of string
  ca_file = null
  # ca_pem - (optional) is a type of string
  ca_pem = null
  # cert_file - (optional) is a type of string
  cert_file = null
  # cert_pem - (optional) is a type of string
  cert_pem = null
  # consul_token - (optional) is a type of string
  consul_token = null
  # http_auth - (optional) is a type of string
  http_auth = null
  # key_file - (optional) is a type of string
  key_file = null
  # key_pem - (optional) is a type of string
  key_pem = null
  # region - (optional) is a type of string
  region = null
  # secret_id - (optional) is a type of string
  secret_id = null
  # vault_token - (optional) is a type of string
  vault_token = null

  # NestingList
  headers {
    # name - (required) is a type of string
    name = null
    # value - (required) is a type of string
    value = null
  }
}

top

Resources

top

Datasources

top