Skip to content

Commit

Permalink
fixed terrafmt lint reports
Browse files Browse the repository at this point in the history
  • Loading branch information
urohit011 committed May 3, 2024
1 parent bc24218 commit 00709a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/data-sources/bigip_waf_entity_url.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ data "bigip_waf_entity_url" "WAFURL1" {
}
cross_domain_allowed_origins {
include_subdomains = true
origin_name = "app1.com"
origin_port = "80"
origin_protocol = "http"
origin_name = "app1.com"
origin_port = "80"
origin_protocol = "http"
}
cross_domain_allowed_origins {
include_subdomains = true
origin_name = "app2.com"
origin_port = "443"
origin_protocol = "http"
origin_name = "app2.com"
origin_port = "443"
origin_protocol = "http"
}
}
Expand Down

0 comments on commit 00709a1

Please sign in to comment.