diff --git a/website/docs/r/bot_channel_ms_teams.html.markdown b/website/docs/r/bot_channel_ms_teams.html.markdown index 82036c0b9803..b9d8f559ff51 100644 --- a/website/docs/r/bot_channel_ms_teams.html.markdown +++ b/website/docs/r/bot_channel_ms_teams.html.markdown @@ -49,6 +49,8 @@ The following arguments are supported: * `accepted_terms_enabled` - (Optional) Is accepted terms for Microsoft Teams channel calls enabled? Defaults to `false`. +-> **NOTE:** Once `accepted_terms_enabled` is enabled, it cannot be disabled anymore. Even if this resource is destroyed, it still cannot be updated back to `false` once it's enabled. Unless the parent resource `azurerm_bot_channels_registration` is destroyed, then it would be set back to `false`. + * `calling_web_hook` - (Optional) Specifies the webhook for Microsoft Teams channel calls. * `deployment_environment` - (Optional) The deployment environment for Microsoft Teams channel calls. Possible values are `CommercialDeployment` and `GCCModerateDeployment`. Defaults to `CommercialDeployment`.