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

3 years ago

0.2.0

3 years ago

what

  • Port module to Terraform 0.12
  • Pin all providers
  • Add example for testing
  • Add bats and terratest for the example
  • Add Codefresh badge to point to the test pipeline in terraform-modules project
  • Update README
  • Add slash-command-dispatch GitHub Action
  • Add Pull Request and Issue templates

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

notes

0.1.5

5 years ago

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

0.1.4

5 years ago

what

  • Add README.yaml

why

  • Standardize README

0.1.3

5 years ago

what

  • Add Variables and Outputs sections to README

why

  • Follow Cloud Posse README standard conventions

0.1.2

5 years ago

what

  • Add TravisCI

why

  • To lint Terraform code and monitor build status

0.1.1

5 years ago

what

  • Update README
  • Update LICENSE

why

  • Use Cloud Posse standard conventions
  • Missing company name in LICENSE

0.1.0

5 years ago

what

  • Terraform module to write and read parameters from AWS SSM parameter Store
  • Automatically update SSM parameters

why

  • Easily communicate values to other services