From 7235cca56ae3d1936b96783901e95ad6e212f8b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin=20ARDAL?= Date: Wed, 6 Oct 2021 16:15:51 +0200 Subject: [PATCH] feat: Terraform Cloud compatibility --- CHANGELOG.md | 13 +++++++++++++ release-notes/relnote-v0.2.0.md | 9 +++++++++ 2 files changed, 22 insertions(+) create mode 100644 release-notes/relnote-v0.2.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index c82732e..fa5a7d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,19 @@ Given a version number MAJOR.MINOR.PATCH: - MINOR version when adding functionality in a backwards compatible manner, - PATCH version when making backwards compatible bug fixes. +## [0.2.0] - 2021-10-06 + +### Changed + +- Compute module bumped to v2.2.0-RC1 + +### Added + +Terraform Cloud compatibility: sensitive variables are passed as string in the TF Cloud workspace + +- add `var.private_key` +- add `var.ssh_public_key` + ## [0.1.1] - 2021-10-06 Initial release. diff --git a/release-notes/relnote-v0.2.0.md b/release-notes/relnote-v0.2.0.md new file mode 100644 index 0000000..0aaea3d --- /dev/null +++ b/release-notes/relnote-v0.2.0.md @@ -0,0 +1,9 @@ +# 2021-10-06 + +## Changes + +Bumped Compute module to v2.2.0-RC1 + +### New features + +Terraform Cloud compatibility: this repo can be linked to a Terraform Cloud workspace for automatic `apply`on commit.