Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Koen van Zuijlen <[email protected]>
  • Loading branch information
bschaatsbergen and kvanzuijlen committed Oct 25, 2023
1 parent d5d6d9e commit 74bedd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
# The default port that Atlantis runs on is 4141, we default to this.
atlantis_port = lookup(var.env_vars, "ATLANTIS_PORT", 4141)
# Atlantis its home directory is "/home/atlantis", we default to this.
# Atlantis' home directory is "/home/atlantis", we default to this.
atlantis_data_dir = lookup(var.env_vars, "ATLANTIS_DATA_DIR", "/home/atlantis")
atlantis_port_name = "atlantis"
atlantis_network_traffic_tags = ["atlantis-${random_string.random.result}"]
Expand Down

0 comments on commit 74bedd3

Please sign in to comment.