Files
opentf/internal/configs/testdata/valid-files/refactoring.tf
Ronny Orot e9fe0f1118 Add support for removed block (#1158)
Signed-off-by: Ronny Orot <ronny.orot@gmail.com>
2024-02-21 10:31:44 +02:00

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
}