You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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: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