Skip to content

Commit 7040249

Browse files
committed
changelog: add entry for #271
1 parent d2950a2 commit 7040249

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## 1.4.17 (Unreleased)
22

3+
BACKWARDS INCOMPATIBILITIES:
4+
* 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))
5+
36
IMPROVEMENTS:
47
* resource/nomad_job: allow passing Consul and Vault token through the job resource ([#261](https://github.com/hashicorp/terraform-provider-nomad/pull/261))
58

nomad/provider_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ resource "nomad_job" "provider_namespace_test" {
199199
},
200200
},
201201
})
202+
203+
os.Unsetenv("NOMAD_NAMESPACE")
202204
}
203205

204206
func TestAccNomadProvider_Headers(t *testing.T) {

0 commit comments

Comments
 (0)