Skip to content

Releases: cloudposse/terraform-tls-ssh-key-pair

v0.7.1

21 Aug 03:09
78451da
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#32)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

v0.7.0

21 May 18:51
2ffd880
Compare
Choose a tag to compare
Add private key as an output @ekristen (#31)

what

  • Add output for private key pem

why

  • There are times when you need the private key to be programmatically accessible

v0.6.0

09 Feb 02:27
95c1ede
Compare
Choose a tag to compare
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#29)

what

  • update context.tf to v0.24.1
  • minimum required Terraform version bumped to 0.13.0
  • readme updated, Bridgecrew compliance badges added

why

  • It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
  • we have dropped support for Terraform 0.12
  • To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

v0.5.1

05 Feb 03:08
2be80fe
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#30)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

v0.5.0

04 Feb 07:25
e5c4977
Compare
Choose a tag to compare
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#28)

what

  • update context.tf to v0.23.0
  • minimum required Terraform version bumped to 0.13.0
  • readme updated, Bridgecrew compliance badges added

why

  • It allows for setting the letter case of tag names and labels
  • we have dropped support for Terraform 0.12
  • To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

v0.4.0

06 Jan 16:56
42e3fc7
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#25)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

v0.3.1

06 Jan 16:47
eaf9fe6
Compare
Choose a tag to compare

🤖 Automatic Updates

Update README.md and docs @cloudpossebot (#23)

what

This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

v0.3.0

18 Dec 10:18
93931f5
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#21)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

Supersedes and closes #19
Supersedes and closes #20

0.2.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline

02 Jul 20:13
27a1d29
Compare
Choose a tag to compare

what

  • Port module to Terraform 0.12
  • Pin all providers
  • Add example for testing
  • Add bats tests for the example
  • Add Codefresh badge to point to the test pipeline in terraform-modules project
  • Update README

why

  • Module currently does not work with 0.12. Much easier syntax
  • Better regression control
  • Automatically test the example on every commit and pull request
  • Provision resources on AWS in the test account and check the outputs for the correct values
  • terraform-modules project contains pipelines for all terraform modules

0.1.2: Migrate readme yaml (#3)

27 Jul 04:18
Compare
Choose a tag to compare
* Migrate readme yaml

* Update related section

* Regenerate README.md