F5Networks / terraform-provider-bigip

Terraform resources that can configure F5 BIG-IP products
https://registry.terraform.io/providers/F5Networks/bigip/latest/docs
Mozilla Public License 2.0
102 stars 119 forks source link

Feature Request: Add a resource that manages the LX Workspace and its associated plugin #1002

Open blagoySimandov opened 1 month ago

blagoySimandov commented 1 month ago

Is your feature request related to a problem? Please describe.

We are trying to fully automate the deployment of our F5 system through Terraform. Since iRules LX and consequently LX Workspaces are an integral part of our system, we would like to be able to deploy and manage those through Terraform

Describe the solution you'd like

Add a new resource for managing the LX Workspaces and their associated plugins.

Describe alternatives you've considered

LX Workspaces can be managed through the iControl REST API provided by F5. This approach addresses the automation aspect but that way we lose the benefits of declarative and stateful deployment that Terraform offers.

pgouband commented 1 month ago

Hi,

Thanks for your feedback. We will monitor if there are more request on the same topic.