blob: 5b5cf6cdfc5e416a629286e65c31e527ba8d61e8 [file] [log] [blame]
variable "im_a_string" {
type = string
}
variable "service_region_ami" {
type = map(string)
default = {
us-east-1 = "ami-e4c9db8e"
}
}
resource "null_resource" "noop" {}