mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-12 00:49:07 -04:00
* jsonplan: document forget actions * jsonformat: format forget changes as no-op Previous to this commit, forget-only actions (i.e. "forget", not "create then forget") would be rendered using the forget action symbol for the top-level resource, and the delete action symbol for each resource attribute, with a new value of "null". This attribute rendering is identical to that for resource deletion, which might suggest to some users that Terraform plans to delete the resource, not just remove it from state. This commit tweaks the renderer so forget-only changes render as no-ops but with the forget action symbol and resource change comment. |
||
|---|---|---|
| .. | ||
| attribute_path | ||
| change.go | ||
| doc.go | ||
| map.go | ||
| sensitive.go | ||
| slice.go | ||
| unknown.go | ||