Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 1.59 KB

oraclepaas.md

File metadata and controls

69 lines (47 loc) · 1.59 KB
layout title type resource
resource
oraclepaas
provider
oraclepaas

Index

Example Usage

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
}

top

Resources

top

Datasources

top