opentofu/website/docs/backends/operations.html.md
Martin Atkins 7ed70bb00e website: new filesystem layout for core/provider split
This repo now contains only the core docs, with other content moving elsewhere.
2017-06-13 11:25:32 -07:00

833 B

layout page_title sidebar_current description
docs Backends: Operations (refresh, plan, apply, etc.) docs-backends-ops Some backends support the ability to run operations (`refresh`, `plan`, `apply`, etc.) remotely. Terraform will continue to look and behave as if they're running locally while they in fact run on a remote machine.

Operations (plan, apply, etc.)

Some backends support the ability to run operations (refresh, plan, apply, etc.) remotely. Terraform will continue to look and behave as if they're running locally while they in fact run on a remote machine.

Backends should not modify the actual infrastructure change behavior of these commands. They will only modify how they're invoked.

At the time of writing, no backends support this. This shouldn't be linked in the sidebar yet!