Skip to content

Commit 9db3043

Browse files
committed
chore: Use a permalink instead of relying on main branch
1 parent d85c294 commit 9db3043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cdktf/lib/hcl/render.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ ${renderAttributes(value)}
682682
# Warning: The following attribute is of an unexpected type. Either there's a problem with the provider
683683
# or CDKTF has chosen to skip generating a detailed type for this because it increases the size of the provider library significantly.
684684
# Please check if this resource is included in our skip list:
685-
# https://github.com/hashicorp/terraform-cdk/blob/main/packages/%40cdktf/provider-generator/lib/get/generator/skipped-attributes.ts
685+
# https://github.com/hashicorp/terraform-cdk/blob/1fb8588095a55d475dc4be28882ec4f42006ec8d/packages/%40cdktf/provider-generator/lib/get/generator/skipped-attributes.ts
686686
# and if not, please check with the provider authors to see if the provider schema is accurate.
687687
#
688688
# We understand this is not ideal, so we suggest using JSON synthesis instead of HCL synthesis for this particular case.

0 commit comments

Comments
 (0)