crossplane-contrib / provider-upjet-azure

Azure Provider for Crossplane.
https://marketplace.upbound.io/providers/upbound/provider-family-azure/
Apache License 2.0
63 stars 76 forks source link

Request for `azurerm_bot_service_azure_bot` resource #875

Open KitsKlip opened 1 week ago

KitsKlip commented 1 week ago

Unable to create a bot with bot_type (microsoft_app_type) SingleTenant as the current schema there is no fields for microsoft_app_type or microsoft_app_tenant_id. As this if for resource 'bot_service_azure_bot' which is also not available

https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/bot_service_azure_bot

What resource do you need?

Terraform Resource Name: bot_service_azure_bot https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/bot_service_azure_bot

What is your use case?

At the moment the only option is : https://marketplace.upbound.io/providers/upbound/provider-azure-botservice/v1.5.0/resources/botservice.azure.upbound.io/BotWebApp/v1beta1 which we are able to deploy but it does not function as we are not able to specify the app_type or provide the tenant_id. Hence out bot is 'miss configured'. Searching through the terraform docs we found the correct resource.

We did try and add those field to our composition but it fails with schema validation.