mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
* Mark variables not required if default set to null * Move github.com/hashicorp/terraform-config-inspect to internal/tfconfig Internally we depend on terraform-config-inspect, but at the moment they state that they consider the project is feature-complete and they do not accept any enhancement pull requests, as such we've decided to bring over the project as internal package here rather than being a vendor dependency and apply the fix from @jstewmon from https://github.com/hashicorp/terraform-config-inspect/pull/24 directly here. Since the terraform-config-inspect is considered to be feature-complete we don't expect to have any more changes on the package, and if there was a change on upstream we're going to bring it down in the corresponding package. * Add notice to the new package * add license of terraform-config-inspect code * fix tests after merging master * fix test after merge master * show 'required' attribute in JSON, XML, YAML * update docs