Terraform Aws Ssm Parameter Store Versions Save

Terraform module to populate AWS Systems Manager (SSM) Parameter Store with values from Terraform. Works great with Chamber.

0.8.1

2 years ago

🚀 Enhancements

Chore: run `make github/init` @korenyoni (#32)

what

  • Run make github/init.

why

  • Updates context.tf to that of 0.25.0, which adds supports for the tenant label.
  • Updates GHA-workflow-related files to their latest distribution.
  • This repository has been inactive for 60 days, so auto-context was disabled.

references

0.8.0

2 years ago

breaking changes

  • The variable split_delimiter has been removed. It is no longer needed.
    • Migration strategy: simply remove it from input.
  • Outputs values and map are now marked sensitive.
    • Migration strategy: add sensitive = true to any outputs that include values derived from values or map outputs

Mark sensitive outputs as sensitive @Nuru (#30)

what

  • Mark sensitive outputs as sensitive

why

  • Required for compatibility with Terraform 0.14 and later

references

  • Closes #23
  • Supersedes and closes #28

0.7.1

3 years ago

🚀 Enhancements

Added fix allowed pattern @goruha (#29)

what

  • Fix allowed pattern default value

why

  • New aws provider does not allow empty string as allowed pattern

0.7.0

3 years ago
make parameter_write idempotent @dennybaa (#27)

resolves https://github.com/cloudposse/terraform-aws-ssm-parameter-store/pull/17

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 (#26)

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 (#24)

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 (#25)

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

3 years ago

🚀 Enhancements

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

0.4.1

3 years ago

0.4.0

3 years ago