Releases: digitickets/terraform-aws-cli
Releases · digitickets/terraform-aws-cli
v5.0.1
v5.0.1 - 2022/05/24
- Explicitly specify output type as json for assume role call. Thank you Niranjan Rajendran.
v5.0.0
Prepare v4.1.0 - 2021/10/05
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
v4.0.0 - 2021/05/18
- Set minimum terraform version to 0.15.0.
v3.1.1
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
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
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
v2.0.1 - 2020/09/17
- Add
depends_on
to enforce the order in which the resources get instantiated / evaluated.
v2.0.0
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.