Skip to content

Releases: cloudposse/terraform-example-module

v0.6.1

21 Aug 03:12
d7c0277
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#14)

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

05 Feb 07:44
472d89f
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 (#11)

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:14
1d53a58
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#12)

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 04:16
e31cbad
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#10)

what

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

why

  • Support Terraform 0.14

Incorporates and closes #8
Supersedes and closes #9
Supersedes and closes #6

v0.4.0

18 Nov 20:42
cff44d1
Compare
Choose a tag to compare
update random seed in example test @mcalhoun (#7)

what

  • update the random number generator with a seed

why

  • The rand package generates pseudo-random numbers, which are generated based on a specific initial value (called "seed"). Without providing an initial seed value, you'll likely generate the same number over and over again, which defeats the purpose of using it here in the tests.

references

v0.3.0

30 Aug 01:15
3a6464e
Compare
Choose a tag to compare
Convert to `context.tf` @Nuru (#5)

what

  • Convert to context.tf
  • Implement enabled flag
  • Enhance example
  • Updated lint.yml to remove superlinter and use latest version of build-harness for readme linting.

why

  • Standardize
  • Demonstrate how to avoid creating resources when not enabled
  • Latest version of build-harness is used to build README and same version needs to be used to lint it.
  • Superlinter is not ready for production. There is a bug in the go linting and problems with terrascan. This can be added back once the project gets a bit more mature.
Add github actions for precommit and lint @3h4x (#3)

what

  • github actions workflow for pre-commit and lint

why

  • to make it easy to comply with our standards

0.2.0: Update readme (#2)

26 Jun 22:56
6faeb7e
Compare
Choose a tag to compare
* Update readme

* update readme

* add chatops

0.1.0: Add all scaffolding for a new module (#1)

26 Jun 22:41
29ec4b1
Compare
Choose a tag to compare
* Add all scaffolding for a new module

* regenerate readme

* run deps on linux and darwin

* change requried version

* update editor config

* remove max line length