Skip to content

Latest commit

 

History

History
227 lines (123 loc) · 6.71 KB

mso.md

File metadata and controls

227 lines (123 loc) · 6.71 KB
layout title type resource
resource
mso
provider
mso

Index

Example Usage

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
}

top

Resources

top

Datasources

top