diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b12ec6e1f..17fc5a6fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,17 +58,3 @@ repos: - id: prettier # https://prettier.io/docs/en/options.html#parser files: '.json5$' - - -- repo: local - hooks: - - id: terraform_docs - name: terraform_docs - entry: ./hooks/terraform_docs.sh - args: - - --hook-config=--path-to-file=README.md - - --hook-config=--use_standard_markers=false - - --hook-config=--create-file-if-not-exist=true - - --hook-config=--add-to-existing-file=true - language: system - files: (\.tf)$ diff --git a/outputs.tf b/outputs.tf deleted file mode 100644 index a3319169a..000000000 --- a/outputs.tf +++ /dev/null @@ -1,4 +0,0 @@ -output "api_address" { - value = aws_api_gateway_stage.default_audit_stream.invoke_url - description = "Invoke URL for the API" -}