blob: 2c427f5c3b2a8bc7575077f1bc86ea3e1aed5e3a [file] [log] [blame]
variable "input" {}
resource "test_object" "foo" {
test_string = var.input
}
output "output" {
value = test_object.foo.id
}