Skip to content

Instantly share code, notes, and snippets.

@guivin
Created August 21, 2021 10:46
Show Gist options
  • Save guivin/9d1792afcd6d2c22ce63a9c9b39788b4 to your computer and use it in GitHub Desktop.
Save guivin/9d1792afcd6d2c22ce63a9c9b39788b4 to your computer and use it in GitHub Desktop.
terraform/modules/aws-ecs/locals.tf
locals {
name = "${var.tags["environment"]}-${var.tags["project"]}-ecs"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment