mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-14 19:00:37 -05:00
12 lines
152 B
HCL
12 lines
152 B
HCL
resource "test_instance" "main" {
|
|
}
|
|
|
|
import {
|
|
to = test_instance.main
|
|
id = test_instance.reference.ami
|
|
}
|
|
|
|
resource "test_instance" "reference" {
|
|
}
|
|
|