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 b140e2b commit f2bbcb1Copy full SHA for f2bbcb1
modules/runners/main.tf
@@ -154,7 +154,7 @@ resource "aws_launch_template" "runner" {
154
)
155
}
156
157
- user_data = var.enable_userdata ? base64encode(templatefile(local.userdata_template, {
+ user_data = var.enable_userdata ? base64gzip(templatefile(local.userdata_template, {
158
enable_debug_logging = var.enable_user_data_debug_logging
159
s3_location_runner_distribution = local.s3_location_runner_distribution
160
pre_install = var.userdata_pre_install
0 commit comments