Skip to content

Instantly share code, notes, and snippets.

@josiahhaswell
Created February 22, 2021 21:57
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 josiahhaswell/655c41d681c87c518ab17d1015b753f6 to your computer and use it in GitHub Desktop.
Save josiahhaswell/655c41d681c87c518ab17d1015b753f6 to your computer and use it in GitHub Desktop.
structural variables
variable "A" {
type = object({
name = string
ip = string
})
}
variable "B" {
type = object({
name = string
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment