/flexibleengine

FlexibleEngine Provider

Primary LanguageHCL

flexibleengine Provider

provider "flexibleengine" {
  version = "1.15.0"

  # access_key - (optional) is a type of string
  access_key = null
  # auth_url - (required) 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
  # 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
  # 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
  # region - (optional) is a type of string
  region = null
  # secret_key - (optional) is a type of string
  secret_key = null
  # security_token - (optional) is a type of string
  security_token = null
  # swauth - (optional) is a type of bool
  swauth = 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_id - (optional) is a type of string
  user_id = null
  # user_name - (optional) is a type of string
  user_name = null
}