cloupard_kvm_extip
cloupard_kvm_extip
Defines a public IP address for external access.
Example usage
resource "cloupard_kvm_extip" "ip1" {
region = "uz_tas2"
# subnet = ""
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.