-
-
Save KyMidd/5d6c5a82268028f81cac44accfb2bf13 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
| locals { | |
| # Ids for multiple sets of EC2 instances, merged together | |
| name_prepend = "${var.region}${var.account_name}${var.env}" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment