blob: 7961a3b9a1abe2dd92f240323712c3d8773697ac [file] [log] [blame] [edit]
variable "foo" {
type = string
ephemeral = true
}
variable "bar" {
type = string
default = null
ephemeral = true
}
variable "unused" {
type = map(string)
default = null
}
resource "test_instance" "foo" {
ami = "bar"
}