Skip to content

Instantly share code, notes, and snippets.

@josiahhaswell
Created February 22, 2021 21:57
Embed
What would you like to do?
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