Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created September 23, 2021 23:05
Show Gist options
  • Select an option

  • Save KyMidd/5d6c5a82268028f81cac44accfb2bf13 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/5d6c5a82268028f81cac44accfb2bf13 to your computer and use it in GitHub Desktop.
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