We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94605a0 commit e481959Copy full SHA for e481959
main.tf
@@ -14,7 +14,7 @@ resource "aws_lightsail_instance" "this" {
14
name = "vpn-${var.lightsail_region}-${formatdate("YYYYMMDDhhmmss", "${time_static.this.rfc3339}")}"
15
availability_zone = "${var.lightsail_region}${var.lightsail_availability_zone}"
16
blueprint_id = "amazon_linux_2023"
17
- bundle_id = "nano_2_0"
+ bundle_id = "nano_3_0"
18
user_data = templatefile("${path.module}/userdata.sh.tftpl", {
19
tailscale_preauth_key = tailscale_tailnet_key.this.key
20
tailscale_hostname = "${var.lightsail_region}-${formatdate("YYYYMMDDhhmmss", "${time_static.this.rfc3339}")}"
0 commit comments