mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-16 16:01:49 -04:00
6 lines
74 B
HCL
6 lines
74 B
HCL
variable "id" {}
|
|
|
|
resource "aws_instance" "mod" {
|
|
value = "${var.id}"
|
|
}
|