layout | title | type | resource |
---|---|---|---|
resource |
aviatrix |
provider |
aviatrix |
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
}