Skip to content

Commit

Permalink
feat: update attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjianli authored Nov 14, 2023
1 parent c76a617 commit b66a006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-readonly.tf
Original file line number Diff line number Diff line change
Expand Up @@ -283,5 +283,5 @@ resource "kubernetes_service" "hms_readonly" {

data "aws_lb" "k8s_hms_ro_lb" {
count = var.hms_instance_type == "k8s" && var.enable_vpc_endpoint_services ? 1 : 0
name = split("-", split(".", kubernetes_service.hms_readonly.0.load_balancer_ingress.0.hostname).0).0
name = split("-", split(".", kubernetes_service.hms_readonly.status.0.load_balancer.0.ingress.0.hostname).0).0
}

0 comments on commit b66a006

Please sign in to comment.