# Amazon VPC Lattice - Example: Service Network creation
This example shows how you can use the VPC Lattice module to only create a Service Network - without other components. In the `outputs.tf` file, you can see an example on how to obtain the Service Network information (ID and ARN).
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.3.0 |
| [aws](#requirement\_aws) | >= 4.66.0 |
## Providers
No providers.
## Modules
| Name | Source | Version |
|------|--------|---------|
| [vpclattice\_service\_network](#module\_vpclattice\_service\_network) | ../.. | n/a |
## Resources
No resources.
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [aws\_region](#input\_aws\_region) | AWS Region to use. | `string` | `"eu-west-1"` | no |
## Outputs
| Name | Description |
|------|-------------|
| [service\_network\_arn](#output\_service\_network\_arn) | VPC Lattice Service Network ARN. |
| [service\_network\_id](#output\_service\_network\_id) | VPC Lattice Service Network ID. |