From dbc49b867896cad0a27a8754479d78ac808e4613 Mon Sep 17 00:00:00 2001 From: Cameron Stokes Date: Sun, 16 Nov 2025 17:42:03 -0500 Subject: [PATCH] terraform/aws: change tsrecorder image to stable version --- .../scripts/tsrecorder_docker.tftpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/aws-ec2-autoscaling-session-recorder/scripts/tsrecorder_docker.tftpl b/terraform/aws/aws-ec2-autoscaling-session-recorder/scripts/tsrecorder_docker.tftpl index d061be4..3187413 100644 --- a/terraform/aws/aws-ec2-autoscaling-session-recorder/scripts/tsrecorder_docker.tftpl +++ b/terraform/aws/aws-ec2-autoscaling-session-recorder/scripts/tsrecorder_docker.tftpl @@ -26,7 +26,7 @@ docker run \ --name tsrecorder \ -e TS_AUTHKEY=${tailscale_recorder_auth_key} \ -v $HOME/tsrecorder:/data \ - tailscale/tsrecorder:unstable \ + tailscale/tsrecorder:stable \ /tsrecorder \ --dst='s3://s3.${bucket_region}.amazonaws.com' \ --bucket='${bucket_name}' \