Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Creates and manages LAN objects.
Manages a LAN on IonosCloud.
datacenter_id
- (Required)[string] The ID of a Virtual Data Center.
name
- (Optional)[string] The name of the LAN.
public
- (Optional)[Boolean] Indicates if the LAN faces the public Internet (true) or not (false).
pcc
- (Optional)[String] The unique id of a ionoscloud_private_crossconnect
resource, in order
ip_failover
- (Computed) IP failover configurations for lan
ip
nic_uuid
Resource Lan can be imported using the resource id
, e.g.
Please note that only LANS datacenters found in the same physical location can be connected through a private cross-connect
A LAN cannot be a part of two private cross-connects
Creates and manages Load Balancers
Manages a Load Balancer on IonosCloud.
name
- (Required)[string] The name of the load balancer.
datacenter_id
- (Required)[string] The ID of a Virtual Data Center.
nic_ids
- (Required)[list] A list of NIC IDs that are part of the load balancer.
dhcp
- (Optional)[Boolean] Indicates if the load balancer will reserve an IP using DHCP.
ip
- (Optional)[string] IPv4 address of the load balancer.
Resource Loadbalancer can be imported using the resource id
, e.g.
When declaring NIC resources to be used with the load balancer, please make sure you use the "lifecycle meta-argument" to make sure changes to the lan attribute of the nic are ignored.
Please see the nic resource's documentation for an example on how to do that.