From cd93ab293c28d43838ad78bc4256948d3e93eda7 Mon Sep 17 00:00:00 2001 From: schersh Date: Mon, 18 Oct 2021 15:09:37 -0700 Subject: [PATCH] chore(docs): Fix link to outputs doc --- website/docs/cdktf/concepts/stacks.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cdktf/concepts/stacks.html.md b/website/docs/cdktf/concepts/stacks.html.md index 002bc0133a..452fb1f5ea 100644 --- a/website/docs/cdktf/concepts/stacks.html.md +++ b/website/docs/cdktf/concepts/stacks.html.md @@ -163,4 +163,4 @@ To run multiple stacks at once, move them into the same directory and run `cdktf #### Cross Stack References -Referencing resources from another stack is not yet supported automatically. You can achieve this with [Outputs](/docs/cdktf/concepts/variables-and-outputs.html.md) and the [Remote State data source](https://www.terraform.io/docs/language/state/remote-state-data.html). Please track this [issue](https://github.com/hashicorp/terraform-cdk/issues/651) if you're interested in cross-stack references. +Referencing resources from another stack is not yet supported automatically. You can achieve this with [Outputs](/docs/cdktf/concepts/variables-and-outputs.html) and the [Remote State data source](https://www.terraform.io/docs/language/state/remote-state-data.html). Please track this [issue](https://github.com/hashicorp/terraform-cdk/issues/651) if you're interested in cross-stack references.