Skip to content

Latest commit

 

History

History
211 lines (113 loc) · 6.02 KB

aviatrix.md

File metadata and controls

211 lines (113 loc) · 6.02 KB
layout title type resource
resource
aviatrix
provider
aviatrix

Index

Example Usage

provider "aviatrix" {
  version = "2.18.2"

  # controller_ip - (required) is a type of string
  controller_ip = null
  # password - (required) is a type of string
  password = null
  # skip_version_validation - (optional) is a type of bool
  skip_version_validation = null
  # username - (required) is a type of string
  username = null
}

top

Resources

top

Datasources

top