Skip to content

V0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ggharada ggharada released this 06 Jun 06:50
· 2 commits to master since this release
7e559f9

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