Skip to content

Commit

Permalink
Removing Nomad federation values
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenomitch committed Jun 28, 2022
1 parent 32d98c8 commit b1f0d69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions templates/nomad.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ bind_addr = "0.0.0.0"
server {
enabled = true,
bootstrap_expect = ${desired_servers}
authoritative_region = "${authoritative_region}"
server_join {
retry_join = [ "provider=aws tag_key=${retry_tag_key} tag_value=${retry_tag_value}" ]
Expand All @@ -46,7 +45,6 @@ server {

acl {
enabled = true
replication_token = "${replication_token}"
}

advertise {
Expand Down
5 changes: 0 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ variable "region" {
default = "us-east-1"
}

variable "authoritative_region" {
type = string
default = "us-east-1"
}

/* Not used unless multi-region Nomad is set up */

variable "replication_token" {
Expand Down

0 comments on commit b1f0d69

Please sign in to comment.