Skip to content

Commit

Permalink
azurerm_app_service_certificate - add documentation note for app_serv…
Browse files Browse the repository at this point in the history
…ice_plan_id and premum plans (#26447)
  • Loading branch information
katbyte authored Jun 28, 2024
1 parent ef53727 commit 02c7688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/app_service_certificate.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following arguments are supported:

* `password` - (Optional) The password to access the certificate's private key. Changing this forces a new resource to be created.

* `app_service_plan_id` - (Optional) The ID of the associated App Service plan. Must be specified when the certificate is used inside an App Service Environment hosted App Service. Changing this forces a new resource to be created.
* `app_service_plan_id` - (Optional) The ID of the associated App Service plan. Must be specified when the certificate is used inside an App Service Environment hosted App Service or with Premium App Service plans. Changing this forces a new resource to be created.

* `key_vault_secret_id` - (Optional) The ID of the Key Vault secret. Changing this forces a new resource to be created.

Expand Down

0 comments on commit 02c7688

Please sign in to comment.