Skip to content

Commit

Permalink
changelog: add entry for #271
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Jun 8, 2022
1 parent d2950a2 commit 7040249
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 1.4.17 (Unreleased)

BACKWARDS INCOMPATIBILITIES:
* provider: Don't read the `NOMAD_NAMESPACE` environment variable. This is a potentially breaking change, as it modifies the previous behaviour, but this was never intended to be supported. If you relied on this environment variable make sure you set the namespace in each resource before upgrading. ([#271](https://github.com/hashicorp/terraform-provider-nomad/pull/271))

IMPROVEMENTS:
* resource/nomad_job: allow passing Consul and Vault token through the job resource ([#261](https://github.com/hashicorp/terraform-provider-nomad/pull/261))

Expand Down
2 changes: 2 additions & 0 deletions nomad/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ resource "nomad_job" "provider_namespace_test" {
},
},
})

os.Unsetenv("NOMAD_NAMESPACE")
}

func TestAccNomadProvider_Headers(t *testing.T) {
Expand Down

0 comments on commit 7040249

Please sign in to comment.