Skip to content

Instantly share code, notes, and snippets.

@identw
Created September 4, 2023 07:52
Show Gist options
  • Save identw/ee42758b56dee6c0c69a1d9658be8834 to your computer and use it in GitHub Desktop.
Save identw/ee42758b56dee6c0c69a1d9658be8834 to your computer and use it in GitHub Desktop.
$ cat example.tf
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT
resource1 {
provider = "name1"
}
resource1 {
provider = "name2"
}
resource2 {
provider = "name1"
}
resource2 {
provider = "name2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment