### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Input: ```hcl resource "aws_s3_bucket" "this" { bucket = "my-tf-test-bucket" website { index_document = "index.html" error_document = "error.html" } } ``` Output: <img width="364" alt="image" src="https://github.com/user-attachments/assets/84892e34-de51-4247-a6b5-41d657f8720e"> ### To Reproduce [Link to Playground](https://swapoff.org/chroma/playground/#eyJsYW5ndWFnZSI6IlRlcnJhZm9ybSIsInN0eWxlIjoibW9ub2thaWxpZ2h0IiwidGV4dCI6InJlc291cmNlIFwiYXdzX3MzX2J1Y2tldFwiIFwidGhpc1wiIHtcbiAgYnVja2V0ID0gXCJteS10Zi10ZXN0LWJ1Y2tldFwiXG5cbiAgd2Vic2l0ZSB7XG4gICAgaW5kZXhfZG9jdW1lbnQgPSBcImluZGV4Lmh0bWxcIlxuICAgIGVycm9yX2RvY3VtZW50ID0gXCJlcnJvci5odG1sXCJcbiAgfVxufVxuIiwiY2xhc3NlcyI6ZmFsc2V9)