Skip to content

Commit

Permalink
chore: fix link in upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Maed223 committed Nov 22, 2023
1 parent ed567f3 commit 5e2a557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/cdktf/release/upgrade-guide-v0-17.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A few individual Terraform Resources have very deeply nested schemas with a lot

- `aws_quicksight_template.definition`, `aws_quicksight_dashboard.definition`, and `aws_quicksight_analysis.definition` are set to `any`

This means when configuring these attributes you need to pass in the configuration as objects and with snake case keys. Alternatively you can also use the [escape hatch](concepts/resources#escape-hatch).
This means when configuring these attributes you need to pass in the configuration as objects and with snake case keys. Alternatively you can also use the [escape hatch](/terraform/cdktf/concepts/resources#escape-hatch).

### Removal: The feature flags that go into the `context` field of the `cdktf.json` file were removed

Expand Down

0 comments on commit 5e2a557

Please sign in to comment.