layout | title | type | resource |
---|---|---|---|
resource |
opc |
provider |
opc |
provider "opc" {
version = "1.4.1"
# endpoint - (optional) is a type of string
endpoint = null
# identity_domain - (required) is a type of string
identity_domain = null
# insecure - (optional) is a type of bool
insecure = null
# lbaas_endpoint - (optional) is a type of string
lbaas_endpoint = null
# max_retries - (optional) is a type of number
max_retries = null
# password - (required) is a type of string
password = null
# storage_endpoint - (optional) is a type of string
storage_endpoint = null
# storage_service_id - (optional) is a type of string
storage_service_id = null
# user - (required) is a type of string
user = null
}