Module config
This provider is a derived work of the Terraform Provider distributed under MPL 2.0. If you encounter a bug or missing feature, first check the
pulumi/pulumi-f5bigiprepo; however, if that doesn’t turn up anything, please consult the sourceterraform-providers/terraform-provider-f5bigiprepo.
APIs
APIs
let address
let address: string | undefined = __config.get("address");Domain name/IP of the BigIP
let loginRef
let loginRef: string | undefined = __config.get("loginRef");Login reference for token authentication (see BIG-IP REST docs for details)
let password
let password: string | undefined = __config.get("password");The user’s password
let port
let port: string | undefined = __config.get("port");Management Port to connect to Bigip
let tokenAuth
let tokenAuth: boolean | undefined = __config.getObject<boolean>("tokenAuth");Enable to use an external authentication source (LDAP, TACACS, etc)
let username
let username: string | undefined = __config.get("username");Username with API access to the BigIP