Skip to content

Instantly share code, notes, and snippets.

@sergeykuzmich
Last active February 13, 2019 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergeykuzmich/f826b1f81f9fa47b2985e367517620be to your computer and use it in GitHub Desktop.
Save sergeykuzmich/f826b1f81f9fa47b2985e367517620be to your computer and use it in GitHub Desktop.
Domain setup template_file definition
data "template_file" "user_data" {
template = "${file("${path.module}/user_data.tpl")}"
vars = {
domain = "${var.domain}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment