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

The new property '*content_type_exclude*' of resource '*bigip_ltm_profile_httpcompress*' cannot be added/updated. Every time I try to add a value, the **plan** is correct: ```bash data.null_data_source.httpcompress_profiles: Refreshing state... data.vault_generic_secret.f5_key: Refreshing state... bigip_ltm_profile_httpcompress.httpcompress_profiles:...

enhancement
Backlog

go-bigip seem to have the plumbing for this, but we don't have the resource for SSL profiles. /cc @scshitole

new-resource

i'm using terraform to deploy a bigip in AWS using, then i want to use the bigip provider to configure the bigip. the error i'm getting is: Error: BigIP provider...

enhancement
Backlog

I know the front page states "A Terraform provider for F5 BigIP LTM." and the Doco website says "Resources are currently available for LTM." - however is the plan to...

enhancement

After a deletion of a SNATPOOL outside of Terraform, a subsequent `terraform apply/plan` shows the pool would be modifies insted of created. The details: I created a SNATPOOL and attached...

Although not directly related to this repo, but I can't open an issue in the `go-bigip` repo. This provider is build on top of https://github.com/f5devcentral/go-bigip, which is a fork of...

dependencies

I'm using a BigIP F5 user with `manager` role in a single partition to create a `bigip_ltm_virtual_server`, `bigip_ltm_pool` and `bigip_ltm_pool_attachment` resources in that partition. I get the following error: ```...

When I try to add a new irule using files, it works fine. However while pushing changes for other resources, TF tries to re-apply the irule entries, although there's nothing...

Is there any intention to support VCMP? is that already possible here - https://www.terraform.io/docs/providers/bigip/r/bigip_sys_provision.html

When we run a Terraform plan against our LTM we're getting timeout errors. Is there a way to increase the timeout period? We're never able to establish a successful run...