Skip to content

Lemniscate

Compare
Choose a tag to compare
@joshuamkite joshuamkite released this 08 May 12:30
· 2 commits to master since this release
6b5ac21
  • Change: Defaults to Debian 11 (host) and Ubuntu 22.04 (Container). Alternative combinations, distributions and non-AMD64 platforms not tested at this time. Tested using
    • Terraform v1.1.9
    • hashicorp/aws v4.12.1
    • hashicorp/cloudinit v2.2.0
  • Change: Moved to go mod to build golang binary (uses go1.15.15 linux/amd64 on Debian host)
  • Change: Default ebs device name changed: "xvda" => "/dev/sda1"
  • Change: /examples/full-with-public-ip instance type changed: t2.micro => t3.micro. t2.micro no longer completes healtchchecks successfully
  • Change: default instance types changed: ["t2.small", "t2.medium", "t2.large"] => ["t3.small", "t3.medium", "t3.large"]. t2 instance types no longer complete healtchchecks successfully
  • Change: var.subnets_asg and var.subnets_lb are now Required inputs. Sadly this apparently should have been the case since release 6.0 when automatic subnet selection was removed