Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
janibashamd authored Jul 9, 2024
1 parent 3c8b396 commit 391c49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xc/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# v1.0.34 volterra provider doesn't support nonsensitive funxn so removed them
output "xc_lb_name" {
value = var.http_only ? volterra_http_loadbalancer.lb_https.name : nonsensitive(volterra_http_loadbalancer.lb_https.name)
value = nonsensitive(volterra_http_loadbalancer.lb_https.name)
}
output "xc_waf_name" {
value = volterra_app_firewall.waap-tf.name
value = nonsensitive(volterra_app_firewall.waap-tf.name)
}
output "endpoint" {
value = var.app_domain
Expand Down

0 comments on commit 391c49b

Please sign in to comment.