Closed KeisukeYamashita closed 7 months ago
On GitHub and on the Terraform Registry, I realized that all resources are not Terraform formatted.
Thus, I have ran terraform fmt --recursive examples to make the documents easier to read and more copy and paste-able.
terraform fmt --recursive examples
Sorry for bothering you; please let me ping @fahreddinozcan @burak-upstash because there are no code owners configured.
Thank you in advance!
Nice, thank you!
Why
On GitHub and on the Terraform Registry, I realized that all resources are not Terraform formatted.
Thus, I have ran
terraform fmt --recursive examples
to make the documents easier to read and more copy and paste-able.