Skip to content

Releases: jpamies/terraform-aws-certificate

Bump provider to 4.X

27 Feb 09:12
6e30ccd
Compare
Choose a tag to compare
Merge pull request #13 from eurotux/master

Bump provider to 4.X

Fix deprecate warnings from v13.4

17 Jan 19:06
dab1659
Compare
Choose a tag to compare

Removed Warnings:

  • Deprecated interpolation-only expressions are detected in more contexts in addition to resources and provider configurations. Module calls, data sources, outputs, and locals are now also covered. Terraform also detects interpolation-only expressions in complex values such as lists and objects. An expression like "${foo}" should be rewritten as just foo.

Bump AWS provider to 3.x

02 Sep 23:20
fa86eab
Compare
Choose a tag to compare

This version uses AWS terraform provider 3.X and locks terraform cli version and provider version within the module

Hotfix subject_alternative_names TF 0.11

12 Aug 13:25
Compare
Choose a tag to compare

Bugs:

  • #7 Error: subject_alternative_names: should be a list

Terraform 0.12 syntax

17 Jul 14:01
86a6b6a
Compare
Choose a tag to compare

Syntax has been updated. For old syntax please stay with versions 0.X

Stable release for terraform < 0.12

17 Jul 12:59
0f4feae
Compare
Choose a tag to compare
  • Ensure this version can't be used with terraform >=0.12

v0.0.5 Release

10 Jun 09:11
d823140
Compare
Choose a tag to compare

Bug fixing:

  • Race condition getting the arn when the certificate is not ready #3

0.0.4 fix wildcards with >2.0 aws provider

28 May 15:33
09dca73
Compare
Choose a tag to compare

Fixed Bugs:

  • #1 Wildcard certs not working with aws provider > 2.0

terraform-aws-certificate v0.0.3

05 Mar 15:44
Compare
Choose a tag to compare

Added required params to the README

terraform-aws-certificate v0.0.2

05 Mar 15:28
Compare
Choose a tag to compare

Added CircleCI to test format and validate the plan.