mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-11 01:20:13 -04:00
11 lines
152 B
HCL
11 lines
152 B
HCL
resource "test_instance" "main" {
|
|
}
|
|
|
|
import {
|
|
to = test_instance.main
|
|
id = test_instance.reference.ami
|
|
}
|
|
|
|
resource "test_instance" "reference" {
|
|
}
|
|
|