Skip to content

Commit

Permalink
Terraform docs: replace relative links with absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
zzaakiirr committed Dec 10, 2024
1 parent 485c4b6 commit d84c01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/terraform/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can continue working with CPLN configuration files in YAML format and start

## Usage

Let's take a look at how to deploy a [simple Rails application](example/.controlplane/controlplane.yml) on CPLN using Terraform:
Let's take a look at how to deploy a [simple Rails application](https://github.com/shakacode/control-plane-flow/tree/main/docs/terraform/example/.controlplane/controlplane.yml) on CPLN using Terraform:

```
.controlplane/
Expand Down Expand Up @@ -97,7 +97,7 @@ Preparations are complete, and now we can use Terraform commands directly to dep
terraform apply
```

You can visit [Details](details.md) to learn more about how CPLN templates in YAML format are transformed to Terraform configurations.
You can visit [Details](https://github.com/shakacode/control-plane-flow/tree/main/docs/terraform/details.md) to learn more about how CPLN templates in YAML format are transformed to Terraform configurations.

## References

Expand Down

0 comments on commit d84c01a

Please sign in to comment.