mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-04 21:00:39 -04:00
Signed-off-by: Aden Huen <aden.huen@gmail.com> Signed-off-by: adenhuen <aden.huen@gmail.com> Signed-off-by: Ados <aden.huen@gmail.com> Co-authored-by: Oleksandr Levchenkov <ollevche@gmail.com>
8 lines
99 B
HCL
8 lines
99 B
HCL
variable "testVar" {
|
|
type = string
|
|
}
|
|
|
|
resource "test_instance" "testRes" {
|
|
ami = var.testVar
|
|
}
|