Skip to content

Instantly share code, notes, and snippets.

@ppshein
Created June 12, 2021 05:39
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 ppshein/cb76e032c096ae11330f9e51c7ddac4b to your computer and use it in GitHub Desktop.
Save ppshein/cb76e032c096ae11330f9e51c7ddac4b to your computer and use it in GitHub Desktop.
variable "resources" {
description = "My Dashboard"
type = list(object({
bu = string
title = string
query = list(string)
}))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment