mirror of https://github.com/hashicorp/terraform
parent
803348d05f
commit
6d4969f64c
@ -1,4 +1,5 @@
|
||||
variable "input" {}
|
||||
|
||||
resource "aws_instance" "b" {
|
||||
name = "${var.input}"
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue