Skip to content

Instantly share code, notes, and snippets.

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