cloupard_kvm_extip
cloupard_kvm_extip
Defines a public IP address for external access.
Example usage
resource "cloupard_kvm_extip" "ip1" {
region = var.region_uz2
# subnet = "62.113.58.0/24"
in_test = true
}
|
Attributes:
· region (Required): Region where the IP will be allocated.
· subnet (Optional): Subnet in which the IP is allocated.
· in_test (Optional): Marks IP as test mode.
· id (Computed): Unique identifier for the IP address.