From b9f273c7ca6c79d24ea22a9ddb516a8ffceda3df Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Thu, 24 Nov 2016 10:20:29 -0500 Subject: [PATCH] Typo'ed duh (#10345) Ping @stack72 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3ffd4347..89ae77cd87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,8 @@ period.** BACKWARDS INCOMPATIBILITIES / NOTES: - * The chef provider now accepts `key_material` as an alternative to `private_key_pem`. `private_key_pem` will be deprecated in a future release - * The `template_file` resource no longer accepts a direct file path for the `template` attribute. You may either specify a path wrapped in the a `file` function or specify a file path with the `filepath` attribute. This was deprecated during 0.7.x. + * The chef provider now accepts `key_material` as an alternative to `private_key_pem`. The `private_key_pem` attribute will be deprecated in a future release + * The `template_file` resource no longer accepts a direct file path for the `template` attribute. You may either specify a path wrapped in a `file` function or specify a file path with the `filepath` attribute. This was deprecated during 0.7.x. FEATURES: * core: allow outputs to have descriptions ([#9722](https://github.com/hashicorp/terraform/issues/9722))