Skip to content

Commit

Permalink
Fix the test_named_addr related bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Oct 6, 2024
1 parent 28c7a1a commit c894be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/base.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ provider "nomad" {

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

0 comments on commit c894be6

Please sign in to comment.