terraform-provider-bigip
terraform-provider-bigip copied to clipboard
Terraform resources that can configure F5 BIG-IP products
We have shared datagroups that are used for redirection and pool mapping. Person 1 might manually add an entry to datagroup test z.abc.com pool0 Person 2 might do a terraform...
This is my first issue, so I apologize if I've missed something. For the function resourceBigipLtmNodeRead (within here resource_bigip_ltm_node.go) there is logic to check for the route domain. However the...
Currently I don't see the capability to create pools, nodes, and health monitors to an F5 pair. provider "bigip" { address = "${var.url}" only allows a single host and I...
One of the challenges we face for any automation is that we run our F5s as an active passive pair it would be good if there was a way using...
It'd be nice to be able to create a partition via a resource.
I've been going over our error handling practices and some of the log messages and I think we need to have some alignment, especially with Terraform's best practices: 1) Error...
Tests for the following resources are failing on BigIP 12.1.1 due to this commit --> https://github.com/terraform-providers/terraform-provider-bigip/commit/344b1fe5d026bb3102d81b8405a4804112287f1e - `bigip_ltm_persistence_profile_cookie` - `bigip_ltm_persistence_profile_srcaddr` - `bigip_ltm_persistence_profile_dstaddr` ``` === RUN TestAccBigipLtmPersistenceProfileCookieCreate --- FAIL: TestAccBigipLtmPersistenceProfileCookieCreate (3.99s)...
Hi there, When I running `terraform apply`, it showed `TERRAFORM CRASH`. Here is my terraform file content: ``` resource "bigip_ltm_policy" "policy_frontend-api_ip-limit" { name = "policy_frontend-api_ip-limit" strategy = "first-match" requires =...
Resources that are provisioning prior to the use for BigIp resources takes longer than 20Minutes and by then the F5 token has already expired. Error: Error applying plan: 2 error(s)...
### request arguments for bigip_ltm_virtual_server In Our WAF architecture we need to configure the bigip_ltm_virtual_server from the Local Traffic Menu (LTM) - missing Argument request We are automating the F5...