We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Input:
resource "aws_s3_bucket" "this" { bucket = "my-tf-test-bucket" website { index_document = "index.html" error_document = "error.html" } }
Output:
Link to Playground
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Describe the bug
Input:
Output:
![image](https://private-user-images.githubusercontent.com/100182843/355087706-84892e34-de51-4247-a6b5-41d657f8720e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzQ2MjIsIm5iZiI6MTczOTU3NDMyMiwicGF0aCI6Ii8xMDAxODI4NDMvMzU1MDg3NzA2LTg0ODkyZTM0LWRlNTEtNDI0Ny1hNmI1LTQxZDY1N2Y4NzIwZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQyMzA1MjJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01YzBmOTdhZGVjYjUwZWEzYWVlMzM2MjZiZGZjZjdjMmQ3NGQ0N2U5OTBlZTU5NzcyMjcyODlhY2VjNjU2ZDJlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.DEwjMP75aXr-wfkPtosB73ODvDt5Vqi5kUsXLgFu4OI)
To Reproduce
Link to Playground
The text was updated successfully, but these errors were encountered: