mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix link in architecture.md (#271)
This commit is contained in:
parent
f330ace4e5
commit
a7d8cdd3ee
@ -92,7 +92,7 @@ The `local` backend finally calls an appropriate method on that context to
|
|||||||
begin execution of the relevant command, such as
|
begin execution of the relevant command, such as
|
||||||
[`Plan`](https://pkg.go.dev/github.com/placeholderplaceholderplaceholder/opentf/internal/opentf#Context.Plan)
|
[`Plan`](https://pkg.go.dev/github.com/placeholderplaceholderplaceholder/opentf/internal/opentf#Context.Plan)
|
||||||
or
|
or
|
||||||
[`Apply`](), which in turn constructs a graph using a _graph builder_,
|
[`Apply`](https://pkg.go.dev/github.com/placeholderplaceholderplaceholder/opentf/internal/opentf#Context.Apply), which in turn constructs a graph using a _graph builder_,
|
||||||
described in a later section.
|
described in a later section.
|
||||||
|
|
||||||
## Configuration Loader
|
## Configuration Loader
|
||||||
|
Loading…
Reference in New Issue
Block a user