Skip to content

Releases: edgelaboratories/terraform-acm-certificate

v0.2.0

29 Aug 09:08
aa39efe
Compare
Choose a tag to compare

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

Full Changelog: v0.1.0...v0.2.0

v0.1.0

27 Sep 13:59
v0.1.0
dcfece4
Compare
Choose a tag to compare

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

Full Changelog: v0.0.3...v0.1.0

v0.0.3

25 Aug 14:28
v0.0.3
f45ab13
Compare
Choose a tag to compare

Changelog

f45ab13 fix: remove warning (#5)

v0.0.2

18 Aug 08:19
37720b6
Compare
Choose a tag to compare

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.

Changelog

  • 37720b6: Prepare v0.0.2
  • 84d3cd7: fix: output the certificate once it has been validated (#1)
  • 0b33557: feat: add gitignore, dependabot config and license (#2)

v0.0.1

18 Aug 08:16
Compare
Choose a tag to compare

Initial release