mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-13 16:00:47 -04:00
13 lines
162 B
HCL
13 lines
162 B
HCL
import {
|
|
to = aws_instance.import
|
|
id = 1
|
|
}
|
|
|
|
moved {
|
|
from = aws_instance.moved_from
|
|
to = aws_instance.moved_to
|
|
}
|
|
|
|
removed {
|
|
from = aws_instance.removed
|
|
} |