-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Perforce Example): Update complete example for shared networking…
… configuration across services
- Loading branch information
Showing
6 changed files
with
352 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
output "helix_core_connection_string" { | ||
value = "ssl:perforce.${var.root_domain_name}:1666" | ||
description = "The connection string for the Helix Core server. Set your P4PORT environment variable to this value." | ||
} | ||
|
||
output "helix_swarm_url" { | ||
value = "swarm.perforce.${var.root_domain_name}" | ||
description = "The URL for the Helix Swarm server." | ||
} | ||
|
||
output "helix_authentication_service_admin_url" { | ||
value = "auth.perforce.${var.root_domain_name}/admin" | ||
description = "The URL for the Helix Authentication Service admin page." | ||
} |
Oops, something went wrong.