Skip to content

Latest commit

 

History

History
155 lines (88 loc) · 3.62 KB

bigip.md

File metadata and controls

155 lines (88 loc) · 3.62 KB
layout title type resource
resource
bigip
provider
bigip

Index

Example Usage

provider "bigip" {
  version = "1.8.0"

  # address - (required) is a type of string
  address = null
  # login_ref - (optional) is a type of string
  login_ref = null
  # password - (required) is a type of string
  password = null
  # port - (optional) is a type of string
  port = null
  # teem_disable - (optional) is a type of bool
  teem_disable = null
  # token_auth - (optional) is a type of bool
  token_auth = null
  # username - (required) is a type of string
  username = null
}

top

Resources

top

Datasources

top