Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.tf Secret

Created January 3, 2024 22:34
Show Gist options
  • Select an option

  • Save KyMidd/30650e6533643bebe5d8bdbb0d7a86c3 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/30650e6533643bebe5d8bdbb0d7a86c3 to your computer and use it in GitHub Desktop.
locals {
# Create a map of country short codes to the entire map of attributes for each country
country_map = {
for country in local.country_attribute_list : country.country_short_code => country
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment