DealerDotCom / terraform-provider-bigip

Terraform provider for F5 BigIP
Mozilla Public License 2.0
32 stars 19 forks source link

Enhancement suggestions for LTM resources #38

Open brmcconn opened 7 years ago

brmcconn commented 7 years ago

I've recently done an evaluation of this provider to see I could feasibly use it to manage LTMs for an enterprise and it seems to work great! However, I did come across some missing attributes on some resources and some missing resources that could come in handy. I'm not familiar with go myself yet, so I thought I would pass these along in case someone that is wanted to take a shot at implementing these:

Resources with missing attributes:

Additional resources that could potentially be managed with this provider:

I believe the SSL resources have already been suggested in https://github.com/DealerDotCom/terraform-provider-bigip/issues/9, but figured it didn't hurt to add them here as well.

jakauppila commented 7 years ago

+1

baxter19 commented 7 years ago

+1

rbarkley commented 7 years ago

I'd also like to see the addition of selecting persistence profiles

bpoland commented 7 years ago

iRule Data Group List support would help me out. For now I am using a remote-exec provisioner to run tmsh and create them, but old entries don't get cleaned up.

gliptak commented 7 years ago

@brmcconn snatpool and vlans elements at https://github.com/DealerDotCom/terraform-provider-bigip/blob/master/bigip/resource_bigip_ltm_virtual_server.go#L102 and https://github.com/DealerDotCom/terraform-provider-bigip/blob/master/bigip/resource_bigip_ltm_virtual_server.go#L123