RavinderReddyF5 / terraform-provider-bigip-version0.12

Terraform resources that can configure F5 BIGIP products
Mozilla Public License 2.0
0 stars 0 forks source link

[CLOSED] Is it possible at this time to use count with the BIG-IP provider? or modules? #278

Open RavinderReddyF5 opened 3 years ago

RavinderReddyF5 commented 3 years ago

Issue by scshitole Monday Feb 17, 2020 at 21:33 GMT Originally opened as https://github.com/terraform-providers/terraform-provider-bigip/issues/247


This is the only way to manage multiple BIG-IPs with ease.. Using alias or any other workarounds is simply not sufficient.

RavinderReddyF5 commented 3 years ago

Comment by dannyk81 Tuesday Feb 18, 2020 at 01:41 GMT


count is not available/possible for provider block.

modules are expected to support both count and the new for_each attributes, not sure when that will happen, you can track the progress here: https://github.com/hashicorp/terraform/issues/17519

RavinderReddyF5 commented 3 years ago

Comment by focrensh Tuesday Apr 07, 2020 at 14:48 GMT


Closing as the issue @dannyk81 mentioned covers the upstream concern.