You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove provider block from within the module. The module now requires this to be set before running the module as shown in the README examples.
Consolidate IPAM configuration variables. The ipam_networks variable has been moved to the networks parameter of the configure_ipam_profile variable. A new enabled parameter has been add to control if the IPAM profile is created.
Consolidate GSLB configuration variables. The gslb_site_name, gslb_domains, additional_gslb_sites variables are now parameters to the configure_gslb variable. The configure_gslb_additional_sites var is no longer need and additional sites will be added with the optional additional_gslb_sites parameter.
Consolidate DNS VS creation variables. The dns_vs_settings variable parameters has been migrated to the configure_dns_vs variable.
Consolidate Avi DNS Profile variables. The configure_dns_profile variable is now a dictionary to support all the parameters for DNS Profile configuration. The dns_service_domain variable is now found as the usable_domains parameter in the configure_dns_profile variable.