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 dde32cb commit fdb2ac9Copy full SHA for fdb2ac9
modules/teleport-node/main.tf
@@ -353,7 +353,7 @@ resource "aws_launch_template" "this" {
353
354
name = module.node_type_label.id
355
image_id = local.teleport_image_id
356
- user_data = data.template_cloudinit_config.this[0].rendered
+ user_data = data.cloudinit_config.this[0].rendered
357
update_default_version = true
358
359
block_device_mappings {
0 commit comments