diff --git a/.terraform-docs.yml b/.terraform-docs.yml deleted file mode 100644 index 8047e8e..0000000 --- a/.terraform-docs.yml +++ /dev/null @@ -1,41 +0,0 @@ -# This is a Terraform-managed file; manual changes will be overwritten. -# see https://github.com/workloads/github-organization/blob/main/templates/.terraform-docs.yml - ---- - -# see https://terraform-docs.io/user-guide/configuration/formatter/ -formatter: "markdown table" - -# see https://terraform-docs.io/user-guide/configuration/output/ -output: - file: "README.md" - mode: inject - template: |- - - {{ .Content }} - - -# see https://terraform-docs.io/user-guide/configuration/settings/ -settings: - anchor: false - color: true - default: false - escape: false - indent: 3 - required: true - sensitive: true - type: true - -# see https://terraform-docs.io/user-guide/configuration/sort/ -sort: - enabled: true - by: required - -# see https://terraform-docs.io/user-guide/configuration/sections/ -sections: - show: - - inputs - - outputs - -# see https://terraform-docs.io/user-guide/configuration/version/ -version: ">= 0.17.0, < 1.0.0"