* Copy file from DNS zone resource * Implement resource * Implement datasource * Add examples * Implement acceptance test; Some fixes * Add docs * Fix linter * Fixes after review
1.1 KiB
1.1 KiB
| page_title | subcategory | description |
|---|---|---|
| stackit_network Data Source - stackit | Network resource schema. Must have a region specified in the provider configuration. |
stackit_network (Data Source)
Network resource schema. Must have a region specified in the provider configuration.
Example Usage
data "stackit_network" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
network_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Schema
Required
network_id(String) The network ID.project_id(String) STACKIT project ID to which the network is associated.
Read-Only
id(String) Terraform's internal resource ID. It is structured as "project_id,network_id".ipv4_prefix_length(Number) The IPv4 prefix length of the network.name(String) The name of the network.nameservers(List of String) The nameservers of the network.prefixes(List of String) The prefixes of the network.public_ip(String) The public IP of the network.