This repository was archived by the owner on Dec 10, 2025. It is now read-only.
Commit d85c294
committed
fix: #3630 Due to skipping of attributes, we need to render certain blocks better
This is a side-effect of our effort to reduce provider size from blowing
up. We use a skip list to ignore a very small number of attributes that
are known to bloat the size of the provider significantly.
This doesn't cause a problem for our JSON synthesis, since it doesn't
care too much about types, but the HCL synthesis is more sensitive.
This commit, while not fixing the problem, will do two things. First,
it tries its best to output the attribute contents, and secondly,
lets the user know this is a problem and one that they might want to fix
either manually, or just use JSON output1 parent b541c70 commit d85c294
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
674 | 693 | | |
675 | 694 | | |
676 | 695 | | |
| |||
0 commit comments