github.com/opentofu/opentofu@v1.7.1/internal/configs/testdata/valid-files/refactoring.tf (about) 1 import { 2 to = aws_instance.import 3 id = 1 4 } 5 6 moved { 7 from = aws_instance.moved_from 8 to = aws_instance.moved_to 9 } 10 11 removed { 12 from = aws_instance.removed 13 }