/constellix

Terraform Constellix Provider

Primary LanguageHCL

constellix Provider

provider "constellix" {
  version = "0.3.0"

  # apikey - (required) is a type of string
  apikey = null
  # insecure - (optional) is a type of bool
  insecure = null
  # proxyurl - (optional) is a type of string
  proxyurl = null
  # secretkey - (required) is a type of string
  secretkey = null
}