Files
opentf/internal/command/testdata/plan-import-config-gen/generated.tf.expected
Liam Cervante d5fed58fc5 plannable import: write generated config to out flag (#33186)
* plannable import: write generated config to out flag

* Add example command to diagnostic
2023-05-12 23:05:00 +01:00

9 lines
214 B
Plaintext

# __generated__ by Terraform
# Please review these resources and move them into your main configuration files.
# __generated__ by Terraform from "bar"
resource "test_instance" "foo" {
ami = null
id = "bar"
}