Skip to content

Commit

Permalink
resource azurerm_nginx_deployment: Add doc around basic SKU (#26046)
Browse files Browse the repository at this point in the history
The service NGINXaaS for Azure supports a basic
SKU: https://docs.nginx.com/nginxaas/azure/billing/overview/#basic-plan

This commit updates the documentation to call
out the SKU and user expectations while using the
new SKU.
  • Loading branch information
puneetsarna committed May 27, 2024
1 parent e57f5c1 commit e8e6f12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/r/nginx_deployment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ The following arguments are supported:

* `location` - (Required) The Azure Region where the NGINX Deployment should exist. Changing this forces a new NGINX Deployment to be created.

* `sku` - (Required) Specifies the NGINX Deployment SKU. Possible values include `standard_Monthly`. Changing this forces a new resource to be created.
* `sku` - (Required) Specifies the NGINX Deployment SKU. Possible values are `standard_Monthly` and `basic_Monthly`. Changing this forces a new resource to be created.

-> **NOTE:** If you are setting the `sku` to `basic_Monthly`, you should use [Terraform's `ignore_changes` functionality](https://www.terraform.io/language/meta-arguments/lifecycle#ignore_changes) to ignore changes to the `capacity` field.

* `managed_resource_group` - (Optional) Specify the managed resource group to deploy VNet injection related network resources. Changing this forces a new NGINX Deployment to be created.

Expand Down

0 comments on commit e8e6f12

Please sign in to comment.