Skip to content

Latest commit

 

History

History
383 lines (202 loc) · 9.26 KB

avi.md

File metadata and controls

383 lines (202 loc) · 9.26 KB
layout title type resource
resource
avi
provider
avi

Index

Example Usage

provider "avi" {
  version = "0.2.3"

  # avi_api_timeout - (optional) is a type of number
  avi_api_timeout = null
  # avi_authtoken - (optional) is a type of string
  avi_authtoken = null
  # avi_controller - (optional) is a type of string
  avi_controller = null
  # avi_password - (optional) is a type of string
  avi_password = null
  # avi_tenant - (optional) is a type of string
  avi_tenant = null
  # avi_username - (optional) is a type of string
  avi_username = null
  # avi_version - (optional) is a type of string
  avi_version = null
}

top

Resources

top

Datasources

top