blob: a5284966ed08b0a6d4dda102cfc4013879e91184 [file] [log] [blame]
variable "amis" {
type = map(string)
}
resource "null_resource" "noop" {}
output "amis_out" {
value = var.amis
}