×

10.3. oblakoteka_kvm_extip

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