layout | title | type | resource |
---|---|---|---|
resource |
oraclepaas |
provider |
oraclepaas |
provider "oraclepaas" {
version = "1.5.3"
# application_endpoint - (optional) is a type of string
application_endpoint = null
# database_endpoint - (optional) is a type of string
database_endpoint = null
# identity_domain - (required) is a type of string
identity_domain = null
# insecure - (optional) is a type of bool
insecure = null
# java_endpoint - (optional) is a type of string
java_endpoint = null
# max_retries - (optional) is a type of number
max_retries = null
# mysql_endpoint - (optional) is a type of string
mysql_endpoint = null
# password - (required) is a type of string
password = null
# user - (required) is a type of string
user = null
}