Releases: cloudposse/terraform-example-module
Releases · cloudposse/terraform-example-module
v0.6.1
🤖 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
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
🤖 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
v0.4.0
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
- Go math/rand
v0.3.0
Convert to `context.tf` @Nuru (#5)
what
- Convert to
context.tf
- Implement
enabled
flag - Enhance example
- Updated
lint.yml
to removesuperlinter
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.
0.2.0: Update readme (#2)
* Update readme * update readme * add chatops
0.1.0: Add all scaffolding for a new module (#1)
* 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