Skip to content

Instantly share code, notes, and snippets.

@medwig
Created March 18, 2019 18:33
Show Gist options
  • Save medwig/3358d265e83f68bfe7aa74185fd09648 to your computer and use it in GitHub Desktop.
Save medwig/3358d265e83f68bfe7aa74185fd09648 to your computer and use it in GitHub Desktop.
Merge Terraform Maps
tags = "${merge(
var.common_tags,
map(
"Environment", "${var.env}"
)
)}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment