Skip to content

Commit cabccd4

Browse files
terraform-docs: automated action
1 parent 160d0de commit cabccd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ terraform destroy -auto-approve
6666
| <a name="input_ami_id"></a> [ami\_id](#input\_ami\_id) | The AMI ID of the bastion host | `string` | `null` | no |
6767
| <a name="input_efs_mounts"></a> [efs\_mounts](#input\_efs\_mounts) | EFS multiple mounts | `map` | `{}` | no |
6868
| <a name="input_ingress_cidrs"></a> [ingress\_cidrs](#input\_ingress\_cidrs) | Configuration block for ingress rules | `any` | n/a | yes |
69-
| <a name="input_instance_profile"></a> [instance\_profile](#input\_instance\_profile) | n/a | <pre>object({<br> role_name = string<br> assume_role_service = string<br> policy_arns = list(string)<br> })</pre> | `null` | no |
69+
| <a name="input_instance_profile"></a> [instance\_profile](#input\_instance\_profile) | n/a | <pre>object({<br> role_name = string<br> assume_role_service = string<br> policy_arns = list(string)<br> })</pre> | `null` | no |
7070
| <a name="input_instance_type"></a> [instance\_type](#input\_instance\_type) | EC2 Instance Type of the bastion host | `string` | `"t3.micro"` | no |
7171
| <a name="input_name"></a> [name](#input\_name) | The name of the bastion host | `string` | n/a | yes |
7272
| <a name="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids) | A list of security group names to associate with. | `list(any)` | `[]` | no |

0 commit comments

Comments
 (0)