Releases: skyscrapers/terraform-teleport
Releases · skyscrapers/terraform-teleport
8.1.0
8.0.0
7.3.0
7.2.4
7.2.3
remove template resource
Merge pull request #40 from skyscrapers/fix_templatefile Refactor deprecated templatefile resource
7.2.1: Add KillMode=process to Teleport systemd file (#39)
We ran into this problem: https://github.com/gravitational/teleport/issues/2355. Although the root cause of this happening, is a bad startup script by software not running with NOHUP. However we feel that setting `KillMode=process` on the Teleport systemd file is relatively safe as an extra failsafe.
7.2.0 - Bootstrap: include instance_type, use templatefile()
What's Changed
Full Changelog: 7.1.1...7.2.0
Fix typo & open kube port
7.1.1 Open SG for kubernetes support
Replace certbot by built-in ACME
7.1.0 Replace certbot by built-in acme (#37)