Skip to content

Commit

Permalink
Add terraform-docs injection headers to example README.md
Browse files Browse the repository at this point in the history
We also symlink the .terrafrom-docs.yml file from the root of the
repo.
  • Loading branch information
jsf9k committed Dec 5, 2023
1 parent ca595f9 commit 6c39dcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/basic_usage/.terraform-docs.yml
2 changes: 2 additions & 0 deletions examples/basic_usage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ followed by the `terraform apply` command.
Note that this example may create resources which cost money. Run
`terraform destroy` when you no longer need these resources.

<!-- BEGIN_TF_DOCS -->
## Requirements ##

| Name | Version |
Expand Down Expand Up @@ -53,3 +54,4 @@ Note that this example may create resources which cost money. Run
| id | The EC2 instance ID. |
| private\_ip | The private IP of the EC2 instance. |
| subnet\_id | The ID of the subnet where the EC2 instance is deployed. |
<!-- END_TF_DOCS -->

0 comments on commit 6c39dcf

Please sign in to comment.