page_title | subcategory | description |
---|---|---|
stackit_public_ip Resource - stackit |
Public IP resource schema. Must have a region specified in the provider configuration.
~> This resource is in beta and may be subject to breaking changes in the future. Use with caution. See our guide https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources for how to opt-in to use beta resources. |
Public IP resource schema. Must have a region
specified in the provider configuration.
~> This resource is in beta and may be subject to breaking changes in the future. Use with caution. See our guide for how to opt-in to use beta resources.
resource "stackit_public_ip" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
network_interface_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
labels = {
"key" = "value"
}
}
project_id
(String) STACKIT project ID to which the public IP is associated.
labels
(Map of String) Labels are key-value string pairs which can be attached to a resource containernetwork_interface_id
(String) Associates the public IP with a network interface or a virtual IP (ID). If you are using this resource with a Kubernetes Load Balancer or any other resource which associates a network interface implicitly, use the lifecycleignore_changes
property in this field to prevent unintentional removal of the network interface due to drift in the Terraform state
id
(String) Terraform's internal resource ID. It is structured as "project_id
,public_ip_id
".ip
(String) The IP address.public_ip_id
(String) The public IP ID.