Skip to content

Commit f1b2f87

Browse files
terraform-docs: automated action
1 parent 71a5b82 commit f1b2f87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/iam-role/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ No modules.
4848
|------|-------------|------|---------|:--------:|
4949
| <a name="input_assume_role_policy"></a> [assume\_role\_policy](#input\_assume\_role\_policy) | (Required) Policy that grants an entity permission to assume the role. | `any` | n/a | yes |
5050
| <a name="input_description"></a> [description](#input\_description) | (Optional, Default:null) Description of the role. | `string` | `null` | no |
51-
| <a name="input_iam_policies"></a> [iam\_policies](#input\_iam\_policies) | (Optional, Default:{}) Map of IAM policies to create and attach to the IAM Role. | <pre>map(<br> object({<br> name = string<br> description = optional(string, null)<br> policy = object({<br> Version = optional(string, "2012-10-17")<br> Statement = list(<br> object({<br> Sid = optional(string)<br> Effect = string<br> Resource = string<br> Action = optional(list(string), [])<br> })<br> )<br> })<br> tags = optional(map(string), {})<br> })<br> )</pre> | `{}` | no |
51+
| <a name="input_iam_policies"></a> [iam\_policies](#input\_iam\_policies) | (Optional, Default:{}) Map of IAM policies to create and attach to the IAM Role. | <pre>map(<br/> object({<br/> name = string<br/> description = optional(string, null)<br/> policy = object({<br/> Version = optional(string, "2012-10-17")<br/> Statement = list(<br/> object({<br/> Sid = optional(string)<br/> Effect = string<br/> Resource = string<br/> Action = optional(list(string), [])<br/> })<br/> )<br/> })<br/> tags = optional(map(string), {})<br/> })<br/> )</pre> | `{}` | no |
5252
| <a name="input_iam_policy_attachments"></a> [iam\_policy\_attachments](#input\_iam\_policy\_attachments) | (Optional, Default:{}) Map of IAM Policy ARNs to attach to the IAM Role. | `map(string)` | `{}` | no |
5353
| <a name="input_name"></a> [name](#input\_name) | (Required, Forces new resource) Friendly name of the role. | `string` | n/a | yes |
5454
| <a name="input_tags"></a> [tags](#input\_tags) | (Optional, Default:{}) Key-value mapping of tags for the IAM role. | `map(string)` | `{}` | no |

modules/rds/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ No modules.
5353
| <a name="input_db_parameter_group_description"></a> [db\_parameter\_group\_description](#input\_db\_parameter\_group\_description) | (Optional, Default:"Managed By Terraform", Forces new resource) The description of the DB parameter group. | `string` | `"Managed By Terraform"` | no |
5454
| <a name="input_db_parameter_group_family"></a> [db\_parameter\_group\_family](#input\_db\_parameter\_group\_family) | (Required, Forces new resource) The family of the DB parameter group. | `string` | n/a | yes |
5555
| <a name="input_db_parameter_group_name"></a> [db\_parameter\_group\_name](#input\_db\_parameter\_group\_name) | (Required, Forces new resource) The name of the DB parameter group. | `string` | n/a | yes |
56-
| <a name="input_db_parameter_group_parameters"></a> [db\_parameter\_group\_parameters](#input\_db\_parameter\_group\_parameters) | (Optional, Default:[]) The DB parameters to apply. | <pre>list(<br> object({<br> name = string<br> value = string<br> apply_method = optional(string)<br> })<br> )</pre> | `[]` | no |
56+
| <a name="input_db_parameter_group_parameters"></a> [db\_parameter\_group\_parameters](#input\_db\_parameter\_group\_parameters) | (Optional, Default:[]) The DB parameters to apply. | <pre>list(<br/> object({<br/> name = string<br/> value = string<br/> apply_method = optional(string)<br/> })<br/> )</pre> | `[]` | no |
5757
| <a name="input_db_parameter_group_tags"></a> [db\_parameter\_group\_tags](#input\_db\_parameter\_group\_tags) | (Optional, Default:{}) A map of tags to assign to the resource. | `map(string)` | `{}` | no |
5858
| <a name="input_db_subnet_group_description"></a> [db\_subnet\_group\_description](#input\_db\_subnet\_group\_description) | (Optional, Default:"Managed By Terraform", Forces new resource) The description of the DB subnet group. | `string` | `"Managed By Terraform"` | no |
5959
| <a name="input_db_subnet_group_name"></a> [db\_subnet\_group\_name](#input\_db\_subnet\_group\_name) | (Required, Forces new resource) The name of the DB subnet group. | `string` | n/a | yes |

0 commit comments

Comments
 (0)