Terraform Tls Ssh Key Pair Versions Save

Terraform module for generating an SSH public/private key file.

0.7.1

2 years ago

🤖 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.

0.7.0

3 years ago
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

0.6.0

3 years ago
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

0.5.1

3 years ago

🤖 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.

0.5.0

3 years ago
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

0.4.0

3 years ago
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

0.3.1

3 years ago

🤖 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

0.3.0

3 years ago
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

4 years ago

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

5 years ago