Module responsible for getting available IPs inside a subnet.
Requirements
Providers
Resources
Name |
Description |
Type |
Default |
Required |
resource_group |
Subnet’s resource group. |
string |
n/a |
yes |
subnet_name |
Subnet’s name. |
string |
n/a |
yes |
vnet_name |
Subnet’s virtual network name. |
string |
n/a |
yes |
keepers |
Keepers for this IP. |
list(string) |
[] |
no |
subscription_id |
Subnet’s subscription ID. |
string |
null |
no |
Outputs
| Name | Description |
|——|————-|
| all | List all checked available IPs for the Subnet. |
| one | List one checked available IP for the Subnet. |