Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 1.5 KB

brightbox.md

File metadata and controls

75 lines (48 loc) · 1.5 KB
layout title type resource
resource
brightbox
provider
brightbox

Index

Example Usage

provider "brightbox" {
  version = "2.0.3"

  # account - (optional) is a type of string
  account = null
  # apiclient - (optional) is a type of string
  apiclient = null
  # apisecret - (optional) is a type of string
  apisecret = null
  # apiurl - (optional) is a type of string
  apiurl = null
  # orbit_url - (optional) is a type of string
  orbit_url = null
  # password - (optional) is a type of string
  password = null
  # username - (optional) is a type of string
  username = null
}

top

Resources

top

Datasources

top