Skip to content

Instantly share code, notes, and snippets.

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

  • Save KyMidd/193c8b26c5942e220031868c27b16ad8 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/193c8b26c5942e220031868c27b16ad8 to your computer and use it in GitHub Desktop.
resource "ec2_instance" "example" {
name = "${local.name_prepend}Server01"
}
resource "ec2_instance" "example2" {
name = "${local.name_prepend}Server02"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment