We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples (Quickstart, Samples, etc.)
When using terraform to create CustomVision resource, only "CustomVision.Prediction" or "CustomVision.Training" is supported.
resource "azurerm_cognitive_account" "cognitive_service" { name = "CognitiveService-${random_string.azurerm_cognitive_account_name.result}" location = azurerm_resource_group.rg.location resource_group_name = azurerm_resource_group.rg.name sku_name = var.sku kind = "CustomVision.Prediction" }
However the Azure Portal also supports a resource type both.
How can this be supported with Terraform?
Adding a new parameter in kind field to support Custom Vision resource type both.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Where would you like this feature added?
Examples (Quickstart, Samples, etc.)
Is this feature ask due to a problem that you are encountering?
When using terraform to create CustomVision resource, only "CustomVision.Prediction" or "CustomVision.Training" is supported.
However the Azure Portal also supports a resource type both.
How can this be supported with Terraform?
Describe potential solutions.
Adding a new parameter in kind field to support Custom Vision resource type both.
Anything else?
No response
The text was updated successfully, but these errors were encountered: