Skip to content

Commit

Permalink
feat: Terraform Cloud compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kral2 committed Oct 6, 2021
1 parent 13e0e28 commit 7235cca
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 9 additions & 0 deletions release-notes/relnote-v0.2.0.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 7235cca

Please sign in to comment.