blob: 7ac75f5edb9b0e27e33b4322f3c7e16ea082ea5a [file] [log] [blame]
variable "instance_id" {}
output "instance_id" {
value = "${var.instance_id}"
}
resource "test_object" "foo" {
triggers = {
instance_id = "${var.instance_id}"
}
}