|
| 1 | +--- |
| 2 | +# generated by https://github.com/hashicorp/terraform-plugin-docs |
| 3 | +page_title: "vercel_secure_compute_network Data Source - terraform-provider-vercel" |
| 4 | +subcategory: "" |
| 5 | +description: |- |
| 6 | + Provides information about an existing Vercel Secure Compute Network. |
| 7 | + This data source allows you to retrieve details about a Secure Compute Network by its name and optional team ID. |
| 8 | +--- |
| 9 | + |
| 10 | +# vercel_secure_compute_network (Data Source) |
| 11 | + |
| 12 | +Provides information about an existing Vercel Secure Compute Network. |
| 13 | + |
| 14 | +This data source allows you to retrieve details about a Secure Compute Network by its name and optional team ID. |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | +<!-- schema generated by tfplugindocs --> |
| 19 | +## Schema |
| 20 | + |
| 21 | +### Required |
| 22 | + |
| 23 | +- `name` (String) The name of the Secure Compute Network configuration. |
| 24 | + |
| 25 | +### Optional |
| 26 | + |
| 27 | +- `team_id` (String) The ID of the Vercel team the Secure Compute Network belongs to. If omitted, the provider will use the team configured on the provider or the user's default team. |
| 28 | + |
| 29 | +### Read-Only |
| 30 | + |
| 31 | +- `availability_zone_ids` (Set of String) A set of AWS Availability Zone IDs where the Secure Compute Network resources are deployed. |
| 32 | +- `aws` (Attributes) AWS configuration for the Secure Compute Network. (see [below for nested schema](#nestedatt--aws)) |
| 33 | +- `cidr_block` (String) The CIDR block assigned to the Secure Compute Network. |
| 34 | +- `configuration_status` (String) The operational status of the Secure Compute Network (e.g., 'ready', 'create_in_progress'). |
| 35 | +- `dc` (String) The data center (region) associated with the Secure Compute Network. |
| 36 | +- `id` (String) The unique identifier of the Secure Compute Network. |
| 37 | +- `peering_connections_count` (Number) The number of peering connections established for this Secure Compute Network. |
| 38 | +- `project_ids` (Set of String) A list of Vercel Project IDs connected to this Secure Compute Network. |
| 39 | +- `projects_count` (Number) The number of Vercel Projects connected to this Secure Compute Network. |
| 40 | +- `version` (String) The current version identifier of the Secure Compute Network configuration. |
| 41 | + |
| 42 | +<a id="nestedatt--aws"></a> |
| 43 | +### Nested Schema for `aws` |
| 44 | + |
| 45 | +Read-Only: |
| 46 | + |
| 47 | +- `account_id` (String) The AWS account ID. |
| 48 | +- `elastic_ip_addresses` (Set of String) A list of Elastic IP addresses. |
| 49 | +- `lambda_role_arn` (String) The ARN of the Lambda role. |
| 50 | +- `region` (String) The AWS region. |
| 51 | +- `security_group_id` (String) The ID of the security group. |
| 52 | +- `stack_id` (String) The ID of the CloudFormation stack. |
| 53 | +- `subnet_ids` (Set of String) A list of subnet IDs. |
| 54 | +- `subscription_arn` (String) The ARN of the subscription. |
| 55 | +- `vpc_id` (String) The ID of the VPC. |
0 commit comments