Skip to content

Instantly share code, notes, and snippets.

@lucamilan
Last active September 16, 2022 07:54
Show Gist options
  • Select an option

  • Save lucamilan/c677f0468db0f6d2d3f23967098ce030 to your computer and use it in GitHub Desktop.

Select an option

Save lucamilan/c677f0468db0f6d2d3f23967098ce030 to your computer and use it in GitHub Desktop.
Simple Terraform scripts
resource "local_file" "myfile" {
filename = "Readme.md"
content = "# Hello from Terraform sample!"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment