Skip to content

Latest commit

 

History

History
111 lines (71 loc) · 2.46 KB

exoscale.md

File metadata and controls

111 lines (71 loc) · 2.46 KB
layout title type resource
resource
exoscale
provider
exoscale

Index

Example Usage

provider "exoscale" {
  version = "0.23.0"

  # compute_endpoint - (optional) is a type of string
  compute_endpoint = null
  # config - (optional) is a type of string
  config = null
  # delay - (optional) is a type of number
  delay = null
  # dns_endpoint - (optional) is a type of string
  dns_endpoint = null
  # environment - (optional) is a type of string
  environment = null
  # gzip_user_data - (optional) is a type of bool
  gzip_user_data = null
  # key - (optional) is a type of string
  key = null
  # profile - (optional) is a type of string
  profile = null
  # region - (optional) is a type of string
  region = null
  # secret - (optional) is a type of string
  secret = null
  # timeout - (optional) is a type of number
  timeout = null
  # token - (optional) is a type of string
  token = null
}

top

Resources

top

Datasources

top