Module responsible for getting available IPs inside a subnet.
Name | Version |
---|---|
azurerm | ~> 3.7 |
null | ~> 3.1 |
Name | Version |
---|---|
azurerm | ~> 3.7 |
external | n/a |
null | ~> 3.1 |
Name | Type |
---|---|
null_resource.keepers | resource |
azurerm_client_config.current | data source |
azurerm_subnet.this | data source |
external_external.available_ips | data source |
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 |
Name | Description |
---|---|
all | List all checked available IPs for the Subnet. |
one | List one checked available IP for the Subnet. |