Skip to content

Commit

Permalink
Revert "Remove consul token (#297)"
Browse files Browse the repository at this point in the history
This reverts commit d88d4a0.
  • Loading branch information
lens0021 authored Oct 6, 2024
1 parent 06836ad commit 5c66f3a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions terraform/base.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ provider "nomad" {
}

provider "nomad" {
alias = "test"
address = "http://${data.terraform_remote_state.aws.outputs.test_nomad_public_ip}:4646"
secret_id = var.test_nomad_token
region = "global"
alias = "test"
address = "http://${data.terraform_remote_state.aws.outputs.test_nomad_public_ip}:4646"
secret_id = var.test_nomad_token
consul_token = var.test_consul_token
region = "global"
}

0 comments on commit 5c66f3a

Please sign in to comment.