Created
September 4, 2023 07:52
-
-
Save identw/ee42758b56dee6c0c69a1d9658be8834 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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