mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-20 13:01:28 -04:00
6 lines
83 B
HCL
6 lines
83 B
HCL
variable "destin" { }
|
|
|
|
resource "aws_instance" "dest" {
|
|
attr = "${var.destin}"
|
|
}
|