Skip to content

Commit

Permalink
Fix error in docs for additional_info (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
thogarty authored Dec 5, 2023
1 parent fd3947f commit 34e2b2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/port-2-aws-connection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module "create_port_2_aws_connection" {
notifications_emails = var.notifications_emails
bandwidth = var.bandwidth
purchase_order_number = var.purchase_order_number
additional_info = var.additional_info
# A-side
aside_port_name = var.aside_port_name
Expand Down Expand Up @@ -108,4 +109,4 @@ No resources.
| Name | Description |
|------|-------------|
| <a name="output_aws_connection_id"></a> [aws\_connection\_id](#output\_aws\_connection\_id) | n/a |
<!-- END_TF_DOCS -->
<!-- END_TF_DOCS -->

0 comments on commit 34e2b2b

Please sign in to comment.