This module manages a public IP for Azure
Instantiate the module by calling it from Terraform like this:
module "azure-basics" {
source = "dodevops/publicip/azure"
version = "<version>"
}
No requirements.
The following providers are used by this module:
- azurerm
No modules.
The following resources are used by this module:
- azurerm_public_ip.public-ip (resource)
The following input variables are required:
Description: Azure location to use
Type: string
Description: Three letter project key
Type: string
Description: Azure Resource Group to use
Type: string
Description: Stage for this ip
Type: string
The following input variables are optional (have default values):
Description: The SKU used for this ip
Type: string
Default: "Standard"
Description: ip address name suffix
Type: string
Default: ""
The following outputs are exported:
Description: n/a
Description: n/a
Description: n/a
Use terraform-docs to generate the API documentation by running
terraform fmt .
terraform-docs .