layout | title | type | resource |
---|---|---|---|
resource |
mso |
provider |
mso |
provider "mso" {
version = "0.1.5"
# domain - (optional) is a type of string
domain = null
# insecure - (optional) is a type of bool
insecure = null
# password - (required) is a type of string
password = null
# proxy_url - (optional) is a type of string
proxy_url = null
# url - (required) is a type of string
url = null
# username - (required) is a type of string
username = null
}