Skip to content

Commit

Permalink
apm removal, ignore a pool, fmt bigip
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jan 18, 2024
1 parent 0f19325 commit 7bc9609
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion big-ip/terraform/configuration/ltmApplications.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "bigip_ltm_virtual_server" "virtual-apm-calalang-net" {
# irules = ["/Common/Shared/BIG-IP_Maintenance_Page_rule"]
pool = bigip_ltm_pool.pool-apm-calalang-net-terraform.name
port = 443
profiles = ["/Common/f5-tcp-progressive", "/Common/http", "/Common/calalang-oidc", "/Common/calalang-oidc-connectivity-profile", "/Common/ppp","/Common/vdi"]
profiles = ["/Common/f5-tcp-progressive", "/Common/http", "/Common/calalang-oidc", "/Common/calalang-oidc-connectivity-profile", "/Common/ppp", "/Common/vdi"]
server_profiles = ["/Common/serverssl-insecure-compatible"]
source_address_translation = "automap"
vlans = ["/Common/external"]
Expand Down

0 comments on commit 7bc9609

Please sign in to comment.