Skip to content

Commit

Permalink
Updates readme for latest terraform-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Jan 7, 2025
1 parent 822aada commit a7c43a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Terraform module to manage an AWS Service Quota

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_service_quota"></a> [service\_quota](#input\_service\_quota) | Object of attributes for the AWS Service Quota | <pre>object({<br> value = number<br> service_code = string<br> quota_code = optional(string)<br> quota_name = optional(string)<br> })</pre> | n/a | yes |
| <a name="input_service_quota"></a> [service\_quota](#input\_service\_quota) | Object of attributes for the AWS Service Quota | <pre>object({<br/> value = number<br/> service_code = string<br/> quota_code = optional(string)<br/> quota_name = optional(string)<br/> })</pre> | n/a | yes |

## Outputs

Expand Down

0 comments on commit a7c43a3

Please sign in to comment.