blob: d035fef67290fc8586c1fed53dc819deb5b94dfc [file]
list "aws_instance" "test" {
count = 1
config {
tags = {
Name = "test"
}
}
}