mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -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>
7 lines
99 B
HCL
7 lines
99 B
HCL
variable "testVar" {
|
|
type = string
|
|
}
|
|
|
|
resource "test_instance" "testRes" {
|
|
ami = var.testVar
|
|
}
|