Skip to content

Commit

Permalink
Upadted the formatting within the table.
Browse files Browse the repository at this point in the history
  • Loading branch information
SrinivasanSundaram-HO committed Oct 2, 2024
1 parent ec77c09 commit c69c844
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 @@ -29,7 +29,7 @@ No modules.

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_aws_connections"></a> [aws\_connections](#input\_aws\_connections) | A map of AWS Connections to create. The key is the name of the connection. | <pre>map(object({<br/> account_id = string<br/> role_name = string<br/> optional_services_top_up = map(object)<br/> optional_exclusive_services = map(object)<br/>}))</pre> | `{}` | no (Both the the optional_services_top_up and optional_exclusive_services can either be empty or completely omitted)|
| <a name="input_aws_connections"></a> [aws\_connections](#input\_aws\_connections) | A map of AWS Connections to create. The key is the name of the connection. | <pre>map(object({<br/> account_id = string<br/> role_name = string<br/> optional_services_top_up = map(object)<br/> optional_exclusive_services = map(object)<br/>}))</pre> | `{}` | no (Both the the `optional_services_top_up` and `optional_exclusive_services` can either be empty or completely omitted.)|

## Outputs

Expand Down

0 comments on commit c69c844

Please sign in to comment.