Skip to content

Commit

Permalink
Remove consul token (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Oct 6, 2024
1 parent edc9e1d commit d88d4a0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions terraform/base.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ 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
consul_token = var.test_consul_token
region = "global"
alias = "test"
address = "http://${data.terraform_remote_state.aws.outputs.test_nomad_public_ip}:4646"
secret_id = var.test_nomad_token
region = "global"
}

0 comments on commit d88d4a0

Please sign in to comment.