sparse-intern-71089
09/22/2020, 6:00 AMbillowy-army-68599
k => Buffer.from(k).toString("base64")
famous-twilight-87777
09/22/2020, 7:04 AMfamous-twilight-87777
09/22/2020, 7:04 AMdata "template_cloudinit_config" "bastion-config" {
gzip = true
base64_encode = true
part {
filename = "cloudinit-config.cfg"
content_type = "text/cloud-config"
content = data.template_file.cloudinit_config.rendered
}
part {
filename = "bootstrap.sh"
content_type = "text/x-shellscript"
content = data.template_file.start_script.rendered
}
}
famous-twilight-87777
09/22/2020, 7:05 AMfamous-twilight-87777
09/22/2020, 7:05 AMuser_data = data.template_cloudinit_config.bastion-config.rendered