Skip to content

Instantly share code, notes, and snippets.

@eblaauw
Last active May 11, 2022 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eblaauw/e824b44801331e3e24ebaf7116192a1f to your computer and use it in GitHub Desktop.
Save eblaauw/e824b44801331e3e24ebaf7116192a1f to your computer and use it in GitHub Desktop.
terraform
locals {
datasets = {
"transactions" = {
"description" = "A list of transactions",
"is_critical" = "true",
"team" = "post_order"
},
"products" = {
"description" = "A list of products",
"is_critical" = "false",
"team" = "menu"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment