Skip to content

Releases: digitickets/terraform-aws-cli

v5.0.1

24 May 11:29
Compare
Choose a tag to compare

v5.0.1 - 2022/05/24

  • Explicitly specify output type as json for assume role call. Thank you Niranjan Rajendran.

v5.0.0

27 Jan 12:44
Compare
Choose a tag to compare

v5.0.0 - 2022/01/27

  • Fixed incompatibilities with Terraform 1.1.0.

Prepare v4.1.0 - 2021/10/05

05 Oct 17:17
Compare
Choose a tag to compare

v4.1.0 - 2021/10/05

  • Validate role_session_name - max length 64 characters and must match specific regex.

Prepare v4.0.0 - 2021/05/18

18 May 19:46
Compare
Choose a tag to compare

v4.0.0 - 2021/05/18

  • Set minimum terraform version to 0.15.0.

v3.1.1

25 Mar 18:37
Compare
Choose a tag to compare

v3.1.1 - 2021/03/25

  • Rereleasing as accidentally released v3.0.0 as v3.1.0.
  • Add an optional debug_log_filename variable. If supplied, a log file will be produced in the supplied location. This option enables the --debug option of the AWS CLI. Use this in safe environments as potentially sensitive content may be logged.
  • Added adaptive retry mode to help alleviate throttling issues.

v3.1.0

25 Mar 17:19
Compare
Choose a tag to compare

v3.1.0 - 2021/03/25

  • Add an optional debug_log_filename variable. If supplied, a log file will be produced in the supplied location. This option enables the --debug option of the AWS CLI. Use this in safe environments as potentially sensitive content may be logged.
  • Added adaptive retry mode to help alleviate throttling issues.

# v3.0.0 - 2020/12/03

08 Dec 19:43
Compare
Choose a tag to compare

v3.0.0 - 2020/12/03

  • Set minimum terraform version to 0.14.0.
  • Introduced .terraform.lock.hcl for versioning of dependencies.

# v2.0.1 - 2020/09/17

17 Sep 13:35
Compare
Choose a tag to compare

v2.0.1 - 2020/09/17

  • Add depends_on to enforce the order in which the resources get instantiated / evaluated.

v2.0.0

17 Sep 12:28
Compare
Choose a tag to compare

v2.0.0 - 2020/09/17

  • Set minimum terraform version to 0.13.0
  • Added variable validation to optional assume_role_arn to match syntax described in
    IAM Identifiers.

v1.3.0

03 Aug 19:49
Compare
Choose a tag to compare

v1.3.0 - 2020/08/03

  • Set minimum version of random provider to 2.3.0