mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-07 21:01:46 -04:00
* plannable import: write generated config to out flag * Add example command to diagnostic
9 lines
214 B
Plaintext
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"
|
|
}
|