Releases: voyagegroup/tf_aws_ecs
Releases · voyagegroup/tf_aws_ecs
V0.9.0
Pull requests
- launch_configuration is deprecated & use launch templates instead by @ggharada in #30
- Upgrade Terraform & aws provider version by @ggharada in #31
What's Changed
Two variables are added
variable "use_launch_template"
default value is true.
variable "root_device_name"
default value is empty. Used only in launch_template.
It is recommended to use the root_device_name attribute of the aws_ami data source.
Version changed
- Terraform version 0.13.5 -> 1.5.7
- AWS provider version 3.20 or higher -> 5.0 or higher
Full Changelog: v0.8.4...v0.9.0
v0.8.4
- add asg protect_from_scale_in (#29)
v0.8.3
- add output cluster & asg ARN (#28)
v0.8.2
tags
argument was deprecated in aws_autoscaling_group
above terraform-provider-aws version 4.0 (#26)
v0.8.1
- optional variable
execution_role_arn
BC BREAKS:
- service_load_balancing: fix
task_role_arn
for external resource (#25)
- ecs_service iam-role is used service-linked role when new create ecs_service
- ecs tasks execution role is used service-linked role by the default
v0.8.0
- supported terraform version >= 13
- service_load_balancing: optional variable
task_role_arn
for external resource (#23)
v0.7.1
- service_load_balancing: fix error case var.log_group by the default (#22)
v0.7.0
BC BREAKS:
- cluster: only support terraform version >= 0.12 (#20)
- service_load_balancing: only support terraform version >= 0.12 (#20)
v0.6.1
- cluster: support aws providers version ~> 1.50 (#19)
- service_load_balancing: support aws providers version ~> 1.50 (#19)