Data Source: azurerm_nginx_deployment

Use this data source to access information about an existing NGINX Deployment.

Example Usage

data "azurerm_nginx_deployment" "example" {
  name                = "existing"
  resource_group_name = "existing"
}

output "id" {
  value = data.azurerm_nginx_deployment.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:


A frontend_private block exports the following:


A frontend_public block exports the following:


A identity block exports the following:


A logging_storage_account block exports the following:


A network_interface block exports the following:


An auto_scale_profile block exports the following:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: