Skip to content
New issue

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

Ability to set static ip under aci_cloud_l4_l7_native_load_balancer resource #1129

Closed
marinalf opened this issue Nov 19, 2023 · 0 comments · Fixed by #1144
Closed

Ability to set static ip under aci_cloud_l4_l7_native_load_balancer resource #1129

marinalf opened this issue Nov 19, 2023 · 0 comments · Fixed by #1144
Assignees

Comments

@marinalf
Copy link

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):

  • aci_cloud_l4_l7_native_load_balancer

Version

  • Version 26.0(2h) - Azure

Config

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"
}

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants