We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please, we need the ability to set static IP for network load balancer, there is no option after setting "is_static_ip" to yes.
Thank you!
resource "aci_cloud_l4_l7_native_load_balancer" "fw_nlb" { tenant_dn = data.aci_tenant.infra_tenant.id name = var.fw_nlb_name relation_cloud_rs_ldev_to_cloud_subnet = [data.aci_cloud_subnet.fw_nlb_subnet.id] allow_all = "yes" is_static_ip = "yes" scheme = "internal" cloud_l4l7_load_balancer_type = "network" }
The text was updated successfully, but these errors were encountered:
anvitha-jain
Successfully merging a pull request may close this issue.
Description
Please, we need the ability to set static IP for network load balancer, there is no option after setting "is_static_ip" to yes.
Thank you!
New or Affected Resource(s):
Version
Config
References
The text was updated successfully, but these errors were encountered: