## Requirements
No requirements.
## Providers
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | n/a |
## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [aws_instance.example](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance) | resource |
| [aws_security_group.allow_ssh](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group) | resource |
| [aws_vpc.default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc) | data source |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [my\_ip](#input\_my\_ip) | The IP address to allow SSH access from | `string` | n/a | yes |
| [name](#input\_name) | The name of the instance | `string` | `"my-terraform-instance"` | no |
## Outputs
| Name | Description |
|------|-------------|
| [public\_ip](#output\_public\_ip) | n/a |