layout | title | type | resource |
---|---|---|---|
resource |
brightbox |
provider |
brightbox |
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
}