6 lines
74 B
HCL
6 lines
74 B
HCL
variable "id" {}
|
|
|
|
resource "aws_instance" "mod" {
|
|
value = "${var.id}"
|
|
}
|