layout | title | type | resource |
---|---|---|---|
resource |
ciscoasa |
provider |
ciscoasa |
provider "ciscoasa" {
version = "1.2.0"
# api_url - (required) is a type of string
api_url = null
# password - (required) is a type of string
password = null
# ssl_no_verify - (optional) is a type of bool
ssl_no_verify = null
# username - (required) is a type of string
username = null
}