blob: da6f209e14ea530217eccfe01a58545c188e91dc [file] [log] [blame]
terraform {
backend "local" {}
}
output "foo" {
value = "bar"
}