Update READMEs, LICENSE, and GitHub workflows @aknysh (#98)
what
- Update READMEs, LICENSE, and GitHub workflows
why
- Fix typos and formatting
- Keep up to date
🤖 Automatic Updates
chore(deps): update terraform cloudposse/security-group/aws to v0.4.3 @renovate (#99)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/security-group/aws (source) | module | patch | 0.4.2 -> 0.4.3
|
Release Notes
cloudposse/terraform-aws-security-group
v0.4.3
Compare Source
Update recommended inputs and outputs @Nuru (#26)
#### what
- Update recommended inputs and outputs
#### why
- Changes based on experience implementing several modules
Rename the exported `security_group_inputs.tf` file to `security-group-inputs.tf` @aknysh (#30)
#### what
* Rename the exported `security_group_inputs.tf` file to `security-group-inputs.tf`
* Update GitHub workflows and LICENSE
#### why
* Our naming convention is to use `kebab-case` for all files. Having a file in `snake_case` (after adding it to a repo) together with all the other files in `kebab-case` in the same repo does not look correct
* Keep up to date