Releases: cloudposse/terraform-example-module
Releases · cloudposse/terraform-example-module
v3.0.1
Fix readme yaml @goruha (#75)
## what * Fix readme yamlwhy
- There were empty settings after getting rid of multiple docs in
README.yaml
references
Use new readme action @goruha (#71)
## what * Use new readme action * Remove the multi-doc YAML hack to `README.yaml` which was added to make it more obvious to developers when they forget to change the boilerplate.why
actions-tools/yaml-outputs
doesn't support multi-doc
🤖 Automatic Updates
v3.0.0
🤖 Automatic Updates
v2.0.0
v1.1.0
v1.0.1
Fix feature branch workflow @goruha (#58)
## what- Do not trigger feature branch workflow on
label
unlabel
why
- There is no operation that we need to perform on labels
Sync github @max-lobur (#45)
Rebuild github dir from the templateAdd ChatOps workflow @max-lobur (#42)
## what * Adds ChatOps workflowwhy
- Migrating onto new shared workflows
Add scheduled workflows @max-lobur (#41)
## what * Add scheduled workflowwhy
- Implement cloudposse/github-actions-workflows-terraform-module#6 in module template repo
Unify workflow naming @max-lobur (#40)
## what * Unify workflow namingwhy
- Unifying across all workflows
Shared workflows @max-lobur (#38)
## what * Use the new shared workflows for terraformwhy
- Reduce boilerplate
links
Testing in https://github.com/cloudposse/terraform-module-test
Update test dependencies for go 1.19 @Nuru (#29)
## what - Update test dependencies for go 1.19why
- Stay current with security patches
notes
- Supersedes and closes #28
🤖 Automatic Updates
Add GitHub Settings @osterman (#51)
## what - Install a repository config (`.github/settings.yaml`)why
- Programmatically manage GitHub repo settings
Update Scaffolding @osterman (#49)
## what - Reran `make readme` to rebuild `README.md` from `README.yaml` - Migrate to square badges - Add scaffolding for repo settings and Mergifywhy
- Upstream template changed in the
.github
repo - Work better with repository rulesets
- Modernize look & feel
Update Scaffolding @osterman (#47)
## what - Reran `make readme` to rebuild `README.md` from `README.yaml` - Migrate to square badges - Add scaffolding for repo settings and Mergifywhy
- Upstream template changed in the
.github
repo - Work better with repository rulesets
- Modernize look & feel
Update README.md and docs @cloudpossebot (#46)
## what This is an auto-generated PR that updates the README.md and docswhy
To have most recent changes of README.md and doc from origin templates
Update README.md and docs @cloudpossebot (#33)
## what This is an auto-generated PR that updates the README.md and docswhy
To have most recent changes of README.md and doc from origin templates
v1.0.0 Initial release with production Semantic Versioning
Initial release with production Semantic Versioning, part of Cloud Posse's general policy to convert to production versioning as we make updates to relatively mature modules
🚀 Enhancements
v0.8.1
v0.8.0
v0.7.1
🚀 Enhancements
fix a few small bugs @mcalhoun (#20)
what
- Update incorrect provider config
- Remove unused variable
- Add
.terraform.lock.hcl
to the.gitignore
why
- The main driver for this PR was that we previously had:
required_providers {
local = {
source = "hashicorp/aws"
version = ">= 3.0"
}
}
}
This lead to a misconfiguration which caused the AWS provider not to function properly and lead to several hours of debugging.
v0.7.0
Update testing framework, other maintenance @Nuru (#18)
what
- Update testing framework to current standards
- Update module framework files to current
- Make README for this repo a bit more relevant while making README template better for new repos
why
- Projects using this as a template were failing testing due to problems in this repo