vmware / terraform-provider-nsxt

Terraform VMware NSX-T provider
https://www.terraform.io/docs/providers/nsxt/
Other
123 stars 80 forks source link

MIssing resources for policy loadbalancers (profiles and monitors) #1240

Open martinrohrbach opened 1 month ago

martinrohrbach commented 1 month ago

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

In order to provision loadbalancers in policy mode there are still a number of resources missing and can only be imported after manually creating them:

nsxt_policy_lb_app_profile nsxt_policy_lb_client_ssl_profile nsxt_policy_lb_monitor nsxt_policy_lb_persistence_profile nsxt_policy_lb_server_ssl_profile

Since the migration to policy gets more and more urgent, are there any plans to add those soon?

Describe the solution you'd like

Resources for loadbalancer profiles and monitors.

Describe alternatives you've considered

No response

Additional context

No response

2ez4szliu commented 4 weeks ago

Hi @martinrohrbach For the resources that you mentioned in the issue, the ones that have been implemented are: nsxt_policy_lb_http_application_profile nsxt_policy_lb_client_ssl_profile nsxt_policy_lb_udp_monitor_profile(also for tcp, http, https, icmp, passive)

We still need to implement policy resource for lb_persistence_profile, lb_server_ssl_profile

martinrohrbach commented 4 weeks ago

@2ez4szliu My bad, I wasn't checking the "Beta" section, sorry :(