Skip to content

Commit

Permalink
Update connection names for redundant connections
Browse files Browse the repository at this point in the history
  • Loading branch information
thogarty committed Sep 29, 2023
1 parent 38f505a commit 848f3c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
equinix_client_id = "MyEquinixClientId"
equinix_client_secret = "MyEquinixSecret"

pri_connection_name = "terraform_port2azure_pri"
sec_connection_name = "terraform_port2azure_sec"
pri_connection_name = "Terra_Port2Azure_Pri"
sec_connection_name = "Terra_Port2Azure_Sec"
connection_type = "EVPL_VC"
notifications_type = "ALL"
notifications_emails = ["[email protected]"]
Expand Down

0 comments on commit 848f3c9

Please sign in to comment.