terraform-azurerm-available-ips

Terraform Azure Module: Available IPs

Module responsible for getting available IPs inside a subnet.

Requirements

Name Version
azurerm ~> 3.7
null ~> 3.1

Providers

Name Version
azurerm ~> 3.7
external n/a
null ~> 3.1

Resources

Name Type
null_resource.keepers resource
azurerm_client_config.current data source
azurerm_subnet.this data source
external_external.available_ips data source

Inputs

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. |