Skip to content

Releases: kingsoftgames/terraform-aws-nomad

v1.7.0

05 Aug 10:30
Compare
Choose a tag to compare

Requires terraform ~> 1.5 and terraform-provider-aws ~> 5.60

v1.6.0

25 Aug 03:55
Compare
Choose a tag to compare

IMPROVEMENTS:

v1.5.0

21 May 13:08
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Tag EC2 instances, EBS volumes and other resources
  • Propagate default tags to Auto Scaling Group
  • Replace deprecated tags field with tag block

v1.4.1

29 Mar 03:58
Compare
Choose a tag to compare

BUG FIXES:

  • Specify http_endpoint = "enabled" in metadata_options block inside aws_launch_template.

This resolves error:

Error: InvalidParameterValue: A value of ‘’ is not valid for http-endpoint. Valid values are ‘enabled’ or ‘disabled’.

For details, see hashicorp/terraform-provider-aws#12564

v1.4.0

20 Mar 10:52
Compare
Choose a tag to compare

IMPROVEMENTS:

v1.3.0

29 Aug 03:50
Compare
Choose a tag to compare

BREAKING CHANGE:

Variables cluster_tag_key and cluster_tag_value are removed, related outputs are also removed.

As a result, instances in the ASG are not tagged with these values any more.

We are removing them because:

v1.2.0

05 Jul 10:43
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Replace aws_launch_configuration with aws_launch_template
  • Add support for latest EBS volume types, such as gp3 and io2
  • Add support for spread placement group, which brings better availability
  • Remove variable root_volume_ebs_optimized and ebs_block_devices

v1.1.1

02 Jun 07:52
Compare
Choose a tag to compare

BUG FIXES:

  • Do not create security group rules if var.allowed_inbound_cidr_blocks is empty

v1.1.0

02 Jun 07:32
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add variable: target_group_arns
  • Add variable: enable_detailed_monitoring

BUG FIXES:

  • Fix variable type of termination_policies
  • Resolve error "cidr_blocks" conflicts with self since terraform-provider-aws 3.38.0

v1.0.0

04 May 09:54
Compare
Choose a tag to compare

After using the 0.12upgrade branch for almost a year, v1.0.0 is released now.

Changes are made to terraform modules, so that they are:

  • Terraform 0.12 compatible
  • AWS China regions compatible