Skip to content

Commit

Permalink
set up for testing - revert later
Browse files Browse the repository at this point in the history
set-up for test with no README

remove lock file - not needed

set-up to test adding to existing README

restore README to original
  • Loading branch information
arxro008 committed Dec 20, 2023
1 parent 03705ce commit da139e3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,17 @@ 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)$
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
output "api_address" {
value = aws_api_gateway_stage.default_audit_stream.invoke_url
description = "Invoke URL for the API"
}

0 comments on commit da139e3

Please sign in to comment.