Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.tf Secret

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

  • Save KyMidd/7997e45cd1ae7dfe2f38d01b3c935525 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/7997e45cd1ae7dfe2f38d01b3c935525 to your computer and use it in GitHub Desktop.
locals {
us_list = split("\n", file("./ip_lists_by_country/US_United States.txt") )
us_list_without_empty_entries = compact(local.us_list)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment