From 1c869fa74fbcba4faa891603dc9c8ffcddf8ae5f Mon Sep 17 00:00:00 2001 From: James Bardin Date: Tue, 1 Nov 2016 16:25:10 -0400 Subject: [PATCH] 0.7.4 private_key errata --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e529f09..3cb29efeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -277,6 +277,13 @@ BUG FIXES: ## 0.7.4 (September 19, 2016) +BACKWARDS INCOMPATIBILITIES / NOTES: + * In previous releases, the `private_key` field in the connection provisioner + inadvertently accepted a path argument and would read the file contents. + This functionality has been removed in this release ([#8577](https://github.com/hashicorp/terraform/issues/8577)), and the documented + method of using the `file()` interpolation function should be used to load + the key from a file. + FEATURES: * **New Resource:** `aws_codecommit_trigger` ([#8751](https://github.com/hashicorp/terraform/issues/8751)) * **New Resource:** `aws_default_security_group` ([#8861](https://github.com/hashicorp/terraform/issues/8861))