Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save KyMidd/5d8ec69c6d8946e0bac8b835bfde4bd0 to your computer and use it in GitHub Desktop.
locals {
# Common tags to be assigned to all resources
common_tags = {
Service = local.service_name
Owner = local.owner
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment