Skip to content

Commit

Permalink
Merge pull request #195 from cisagov/documentation/add-injection-headers
Browse files Browse the repository at this point in the history
Add `terraform-docs` injection headers to example `README.md`
  • Loading branch information
mcdonnnj authored May 1, 2024
2 parents f9ec86e + 6c39dcf commit f26dccd
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 f26dccd

Please sign in to comment.