Skip to content

Latest commit

 

History

History
199 lines (125 loc) · 5.81 KB

ecl.md

File metadata and controls

199 lines (125 loc) · 5.81 KB
layout title type resource
resource
ecl
provider
ecl

Index

Example Usage

provider "ecl" {
  version = "2.0.0"

  # auth_url - (optional) is a type of string
  auth_url = null
  # cacert_file - (optional) is a type of string
  cacert_file = null
  # cert - (optional) is a type of string
  cert = null
  # cloud - (optional) is a type of string
  cloud = null
  # default_domain - (optional) is a type of string
  default_domain = null
  # domain_id - (optional) is a type of string
  domain_id = null
  # domain_name - (optional) is a type of string
  domain_name = null
  # endpoint_type - (optional) is a type of string
  endpoint_type = null
  # force_sss_endpoint - (optional) is a type of string
  force_sss_endpoint = null
  # insecure - (optional) is a type of bool
  insecure = null
  # key - (optional) is a type of string
  key = null
  # password - (optional) is a type of string
  password = null
  # project_domain_id - (optional) is a type of string
  project_domain_id = null
  # project_domain_name - (optional) is a type of string
  project_domain_name = null
  # region - (optional) is a type of string
  region = null
  # tenant_id - (optional) is a type of string
  tenant_id = null
  # tenant_name - (optional) is a type of string
  tenant_name = null
  # token - (optional) is a type of string
  token = null
  # user_domain_id - (optional) is a type of string
  user_domain_id = null
  # user_domain_name - (optional) is a type of string
  user_domain_name = null
  # user_id - (optional) is a type of string
  user_id = null
  # user_name - (optional) is a type of string
  user_name = null
}

top

Resources

top

Datasources

top