Releases: edgelaboratories/terraform-acm-certificate
Releases · edgelaboratories/terraform-acm-certificate
v0.2.0
What's Changed
- build(deps): bump aquasecurity/tfsec-pr-commenter-action from 1.2.0 to 1.3.1 by @dependabot in #20
- Configure Renovate by @renovate in #21
- chore(deps): update actions/checkout action to v4 by @renovate in #23
- chore(deps): update hashicorp/setup-terraform action to v3 by @renovate in #24
- fix: multi region certs route53 verify records by @mohittevatia in #25
New Contributors
- @renovate made their first contribution in #21
- @mohittevatia made their first contribution in #25
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- build(deps): bump aquasecurity/tfsec-pr-commenter-action from 0.1.7 to 0.1.9 by @dependabot in #7
- build(deps): bump aquasecurity/tfsec-pr-commenter-action from 0.1.9 to 0.1.10 by @dependabot in #8
- build(deps): bump aquasecurity/tfsec-pr-commenter-action from 0.1.10 to 1.0.2 by @dependabot in #10
- build(deps): bump aquasecurity/tfsec-pr-commenter-action from 1.0.2 to 1.0.3 by @dependabot in #11
- build(deps): bump aquasecurity/tfsec-pr-commenter-action from 1.0.3 to 1.0.5 by @dependabot in #12
- feat: add CODEOWNERS file by @vthiery in #13
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #14
- build(deps): bump aquasecurity/tfsec-pr-commenter-action from 1.0.5 to 1.1.0 by @dependabot in #15
- build(deps): bump aquasecurity/tfsec-pr-commenter-action from 1.1.0 to 1.2.0 by @dependabot in #16
- build(deps): bump hashicorp/setup-terraform from 1 to 2 by @dependabot in #17
- feat: remove default tags by @greut in #18
New Contributors
- @dependabot made their first contribution in #7
Full Changelog: v0.0.3...v0.1.0
v0.0.3
v0.0.2
Improvements
- Dependabot, gitignore, license
Fixes
Output the certificate ARN only once it has been validated.
Previously, the certificate ARN could be used while it was still in the "pending validation" state, which is not possible when trying to use it with other resources such as the ALB listeners.