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