Added
- state dependencies between resources using
dependencies
(PR #131) - aws resource:
aws_alb_listener_certificate
,aws_lb_cookie_stickiness_policy
,aws_lb_target_group_attachment
,aws_volume_attachment
,aws_elasticsearch_domain
,aws_elasticsearch_domain_policy
,aws_lambda_function
,aws_api_gateway_rest_api
,aws_api_gateway_deployment
,aws_api_gateway_stage
,aws_api_gateway_resource
.
(PR #128) - cli option to deactivate interpolation
(PR #133) - AWS support for profile/config
(Issue #48) - Azure Virtual Desktop resources
(PR #145) - Log File to always write the last -v logs to
(Issue #149) - Authentication using AWS session token
(Issue #154) - Support for Homebrew
(Issue #153)
Changed
- HCL lib version from V1 to V2 and all the implications
(PR #135) - All the Provider and Terraform versions
(PR #143)
Fixed
- Crashing import by adding an error handling on provider errors
(Issue #138) - No more issues for HCL2 when generated
(PR #148)