hashicorp / terraform-exec

Terraform CLI commands via Go.
https://pkg.go.dev/github.com/hashicorp/terraform-exec
Mozilla Public License 2.0
661 stars 111 forks source link

graph: update test output for v1.7 #424

Closed kmoe closed 9 months ago

kmoe commented 9 months ago

As of https://github.com/hashicorp/terraform/pull/34288 (due to land in v1.7.0) the output of terraform graph has changed again, now producing a compact graph containing only resource nodes.

kmoe commented 9 months ago

@radeksimko Ah yes, the eternal ambiguity between "resource" and "managed resource", not always helped by the (rare) disambiguating term "data resource"...