Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
published on Monday, Aug 17, 2026 by stackitcloud
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
published on Monday, Aug 17, 2026 by stackitcloud
VPC network range datasource schema
This datasource is part of the experimental feature vpc and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
Example Usage
data "stackit_vpc_network_range" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
vpc_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
network_range_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Using getVpcNetworkRange
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVpcNetworkRange(args: GetVpcNetworkRangeArgs, opts?: InvokeOptions): Promise<GetVpcNetworkRangeResult>
function getVpcNetworkRangeOutput(args: GetVpcNetworkRangeOutputArgs, opts?: InvokeOutputOptions): Output<GetVpcNetworkRangeResult>def get_vpc_network_range(network_range_id: Optional[str] = None,
project_id: Optional[str] = None,
region: Optional[str] = None,
timeouts: Optional[GetVpcNetworkRangeTimeouts] = None,
vpc_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVpcNetworkRangeResult
def get_vpc_network_range_output(network_range_id: pulumi.Input[Optional[str]] = None,
project_id: pulumi.Input[Optional[str]] = None,
region: pulumi.Input[Optional[str]] = None,
timeouts: pulumi.Input[Optional[GetVpcNetworkRangeTimeoutsArgs]] = None,
vpc_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetVpcNetworkRangeResult]func LookupVpcNetworkRange(ctx *Context, args *LookupVpcNetworkRangeArgs, opts ...InvokeOption) (*LookupVpcNetworkRangeResult, error)
func LookupVpcNetworkRangeOutput(ctx *Context, args *LookupVpcNetworkRangeOutputArgs, opts ...InvokeOption) LookupVpcNetworkRangeResultOutput> Note: This function is named LookupVpcNetworkRange in the Go SDK.
public static class GetVpcNetworkRange
{
public static Task<GetVpcNetworkRangeResult> InvokeAsync(GetVpcNetworkRangeArgs args, InvokeOptions? opts = null)
public static Output<GetVpcNetworkRangeResult> Invoke(GetVpcNetworkRangeInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetVpcNetworkRangeResult> Invoke(GetVpcNetworkRangeInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetVpcNetworkRangeResult> getVpcNetworkRange(GetVpcNetworkRangeArgs args, InvokeOptions options)
public static Output<GetVpcNetworkRangeResult> getVpcNetworkRange(GetVpcNetworkRangeArgs args, InvokeOptions options)
public static Output<GetVpcNetworkRangeResult> getVpcNetworkRange(GetVpcNetworkRangeArgs args, InvokeOutputOptions options)
fn::invoke:
function: stackit:index/getVpcNetworkRange:getVpcNetworkRange
arguments:
# arguments dictionarydata "stackit_get_vpc_network_range" "name" {
# arguments
}The following arguments are supported:
- Network
Range stringId - Project
Id string - STACKIT project ID to which the VPC network range is associated.
- Vpc
Id string - The VPC ID to which the VPC network range is associated.
- Region string
- The resource region. If not defined, the provider region is used.
- Timeouts
Get
Vpc Network Range Timeouts
- Network
Range stringId - Project
Id string - STACKIT project ID to which the VPC network range is associated.
- Vpc
Id string - The VPC ID to which the VPC network range is associated.
- Region string
- The resource region. If not defined, the provider region is used.
- Timeouts
Get
Vpc Network Range Timeouts
- network_
range_ stringid - project_
id string - STACKIT project ID to which the VPC network range is associated.
- vpc_
id string - The VPC ID to which the VPC network range is associated.
- region string
- The resource region. If not defined, the provider region is used.
- timeouts object
- network
Range StringId - project
Id String - STACKIT project ID to which the VPC network range is associated.
- vpc
Id String - The VPC ID to which the VPC network range is associated.
- region String
- The resource region. If not defined, the provider region is used.
- timeouts
Get
Vpc Network Range Timeouts
- network
Range stringId - project
Id string - STACKIT project ID to which the VPC network range is associated.
- vpc
Id string - The VPC ID to which the VPC network range is associated.
- region string
- The resource region. If not defined, the provider region is used.
- timeouts
Get
Vpc Network Range Timeouts
- network_
range_ strid - project_
id str - STACKIT project ID to which the VPC network range is associated.
- vpc_
id str - The VPC ID to which the VPC network range is associated.
- region str
- The resource region. If not defined, the provider region is used.
- timeouts
Get
Vpc Network Range Timeouts
- network
Range StringId - project
Id String - STACKIT project ID to which the VPC network range is associated.
- vpc
Id String - The VPC ID to which the VPC network range is associated.
- region String
- The resource region. If not defined, the provider region is used.
- timeouts Property Map
getVpcNetworkRange Result
The following output properties are available:
- Default
Prefix intLength - Default prefix length for the VPC network range
- Description string
- Description of the VPC network range
- Id string
- Terraform's internal resource identifier. It is structured as "
projectId,vpcId,region,networkRangeId". - Ip
Version string - IP version of the VPC network range. Possible values are:
ipv4. - Labels Dictionary<string, string>
- Labels are key-value string pairs which can be attached to a resource container
- Max
Prefix intLength - Maximum prefix length for the VPC network range
- Min
Prefix intLength - Minimum prefix length for the VPC network range
- Nameservers List<string>
- List of nameservers for the VPC network range
- Network
Range stringId - Prefix string
- The IP prefix for the VPC network range
- Project
Id string - STACKIT project ID to which the VPC network range is associated.
- Region string
- The resource region. If not defined, the provider region is used.
- Vpc
Id string - The VPC ID to which the VPC network range is associated.
- Timeouts
Get
Vpc Network Range Timeouts
- Default
Prefix intLength - Default prefix length for the VPC network range
- Description string
- Description of the VPC network range
- Id string
- Terraform's internal resource identifier. It is structured as "
projectId,vpcId,region,networkRangeId". - Ip
Version string - IP version of the VPC network range. Possible values are:
ipv4. - Labels map[string]string
- Labels are key-value string pairs which can be attached to a resource container
- Max
Prefix intLength - Maximum prefix length for the VPC network range
- Min
Prefix intLength - Minimum prefix length for the VPC network range
- Nameservers []string
- List of nameservers for the VPC network range
- Network
Range stringId - Prefix string
- The IP prefix for the VPC network range
- Project
Id string - STACKIT project ID to which the VPC network range is associated.
- Region string
- The resource region. If not defined, the provider region is used.
- Vpc
Id string - The VPC ID to which the VPC network range is associated.
- Timeouts
Get
Vpc Network Range Timeouts
- default_
prefix_ numberlength - Default prefix length for the VPC network range
- description string
- Description of the VPC network range
- id string
- Terraform's internal resource identifier. It is structured as "
projectId,vpcId,region,networkRangeId". - ip_
version string - IP version of the VPC network range. Possible values are:
ipv4. - labels map(string)
- Labels are key-value string pairs which can be attached to a resource container
- max_
prefix_ numberlength - Maximum prefix length for the VPC network range
- min_
prefix_ numberlength - Minimum prefix length for the VPC network range
- nameservers list(string)
- List of nameservers for the VPC network range
- network_
range_ stringid - prefix string
- The IP prefix for the VPC network range
- project_
id string - STACKIT project ID to which the VPC network range is associated.
- region string
- The resource region. If not defined, the provider region is used.
- vpc_
id string - The VPC ID to which the VPC network range is associated.
- timeouts object
- default
Prefix IntegerLength - Default prefix length for the VPC network range
- description String
- Description of the VPC network range
- id String
- Terraform's internal resource identifier. It is structured as "
projectId,vpcId,region,networkRangeId". - ip
Version String - IP version of the VPC network range. Possible values are:
ipv4. - labels Map<String,String>
- Labels are key-value string pairs which can be attached to a resource container
- max
Prefix IntegerLength - Maximum prefix length for the VPC network range
- min
Prefix IntegerLength - Minimum prefix length for the VPC network range
- nameservers List<String>
- List of nameservers for the VPC network range
- network
Range StringId - prefix String
- The IP prefix for the VPC network range
- project
Id String - STACKIT project ID to which the VPC network range is associated.
- region String
- The resource region. If not defined, the provider region is used.
- vpc
Id String - The VPC ID to which the VPC network range is associated.
- timeouts
Get
Vpc Network Range Timeouts
- default
Prefix numberLength - Default prefix length for the VPC network range
- description string
- Description of the VPC network range
- id string
- Terraform's internal resource identifier. It is structured as "
projectId,vpcId,region,networkRangeId". - ip
Version string - IP version of the VPC network range. Possible values are:
ipv4. - labels {[key: string]: string}
- Labels are key-value string pairs which can be attached to a resource container
- max
Prefix numberLength - Maximum prefix length for the VPC network range
- min
Prefix numberLength - Minimum prefix length for the VPC network range
- nameservers string[]
- List of nameservers for the VPC network range
- network
Range stringId - prefix string
- The IP prefix for the VPC network range
- project
Id string - STACKIT project ID to which the VPC network range is associated.
- region string
- The resource region. If not defined, the provider region is used.
- vpc
Id string - The VPC ID to which the VPC network range is associated.
- timeouts
Get
Vpc Network Range Timeouts
- default_
prefix_ intlength - Default prefix length for the VPC network range
- description str
- Description of the VPC network range
- id str
- Terraform's internal resource identifier. It is structured as "
projectId,vpcId,region,networkRangeId". - ip_
version str - IP version of the VPC network range. Possible values are:
ipv4. - labels Mapping[str, str]
- Labels are key-value string pairs which can be attached to a resource container
- max_
prefix_ intlength - Maximum prefix length for the VPC network range
- min_
prefix_ intlength - Minimum prefix length for the VPC network range
- nameservers Sequence[str]
- List of nameservers for the VPC network range
- network_
range_ strid - prefix str
- The IP prefix for the VPC network range
- project_
id str - STACKIT project ID to which the VPC network range is associated.
- region str
- The resource region. If not defined, the provider region is used.
- vpc_
id str - The VPC ID to which the VPC network range is associated.
- timeouts
Get
Vpc Network Range Timeouts
- default
Prefix NumberLength - Default prefix length for the VPC network range
- description String
- Description of the VPC network range
- id String
- Terraform's internal resource identifier. It is structured as "
projectId,vpcId,region,networkRangeId". - ip
Version String - IP version of the VPC network range. Possible values are:
ipv4. - labels Map<String>
- Labels are key-value string pairs which can be attached to a resource container
- max
Prefix NumberLength - Maximum prefix length for the VPC network range
- min
Prefix NumberLength - Minimum prefix length for the VPC network range
- nameservers List<String>
- List of nameservers for the VPC network range
- network
Range StringId - prefix String
- The IP prefix for the VPC network range
- project
Id String - STACKIT project ID to which the VPC network range is associated.
- region String
- The resource region. If not defined, the provider region is used.
- vpc
Id String - The VPC ID to which the VPC network range is associated.
- timeouts Property Map
Supporting Types
GetVpcNetworkRangeTimeouts
- Read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- read String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- read str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- read String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
published on Monday, Aug 17, 2026 by stackitcloud