Skip to content

Latest commit

 

History

History
139 lines (82 loc) · 3.68 KB

opc.md

File metadata and controls

139 lines (82 loc) · 3.68 KB
layout title type resource
resource
opc
provider
opc

Index

Example Usage

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
}

top

Resources

top

Datasources

top