Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
janibashamd authored Sep 5, 2023
1 parent 7c9d6b5 commit f9a1d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow-guides/waf/f5-xc-waf-on-k8s/terraform/xc/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
output "xc_lb_name" {
value = nonsensitive(volterra_http_loadbalancer.lb_https.name)
value = nonsensitive(volterra_http_loadbalancer.k8s-site-demo.name)
}
output "xc_waf_name" {
value = nonsensitive(volterra_app_firewall.waap-tf.name)
}
output "endpoint" {
value = var.app_domain
}
}

0 comments on commit f9a1d49

Please sign in to comment.