terraform-provider-bigip icon indicating copy to clipboard operation
terraform-provider-bigip copied to clipboard

Terraform resources that can configure F5 BIG-IP products

Results 141 terraform-provider-bigip issues
Sort by recently updated
recently updated
newest added

Can we have a resource for creating clientLdap and ServerLdap profiles. Please suggest if there is some current workaround which can be used to accomplish at present.

Basically, we use BigIP with AWS and terraform. So every time we create an autoscaling group, we need terraform to create an f5-iAppLX-aws-autoscale applx automatically. Doing more reading, I actually...

Currently, there is no way to manage pool member status through Terraform. I set the status to disabled when I am migrating nodes and want the connections to gracefully drain...

I've noticed that in several places where the `Exists` method is implemented, it is modifying the resource data under certain conditions (e.g. when the resource is not found). Examples: https://github.com/terraform-providers/terraform-provider-bigip/blob/3736641c61a3b5969a988fe1aabdf73dbb6a58a8/bigip/resource_bigip_ltm_monitor.go#L201-L205...

Adding some IPv6 support to the node and virtualserver resources Depends on https://github.com/f5devcentral/go-bigip/pull/26

The `description` field in the docs returns `An argument named "description" is not expected here.` when used in terraform 0.12.19. https://github.com/terraform-providers/terraform-provider-bigip/blame/master/website/docs/r/bigip_ltm_virtual_address.html.markdown#L31

In testing v1.2.1 from v1.1.1, I have switched `config_name` to `tenant_filter` and now in the plan it is showing that all other tenants will be removed. The value I specify...

enhancement
Backlog

Hey there, I've been working on using the big_ip provider to apply changes to an F5 system, and I've been running into issues on F5 versions 11.6 and 12.1. I'm...