Loading...
Loading...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the [contribution guide](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/contributing/README.md) to help. ### Terraform Version 1.8.4 ### AzureRM Provider Version 3.104.2 ### Affected Resource(s)/Data Source(s) azurerm_cognitive_deployment ### Terraform Configuration Files ```hcl resource "azurerm_cognitive_deployment" "test-gpt4o-gs" { for_each = var.environmentName name = "gpt-4o-gs" cognitive_account_id = azurerm_cognitive_account.test-cog[each.key].id model { format = "OpenAI" name = "gpt-4o" version = "2024-05-13" } scale { type = "Global-Standard" capacity = "100" } lifecycle { ignore_changes = [model,scale] } } ``` ### Debug Output/Panic Output ```shell The following text shows up in my command prompt/terminal session: test-cog/deployments/companydeployment-gpt-4o"; Nothing changes or displays for a few seconds, then the import command runs as it normally would ``` ### Expected Behaviour There should be some kind of status that indicates Terraform is parsing the command and/or checking the state ### Actual Behaviour The newline with the semicolon displays, with nothing changing for a few seconds, then the import command runs ### Steps to Reproduce 1. Create the resource in Azure 2. Add the resource to the main.tf of the module 3. Run terraform import 'module.modulename-openai-test.azurerm_cognitive_deployment.name-test-gpt4o[\"test\"]' "/subscriptions/mysubscription/resourceGroups/test-RG/providers/Microsoft.CognitiveServices/accounts/test-cog/deployments/companydeployment-gpt-4o" ### Important Factoids This is in a Windows system, hence the escape characters ### References _No response_
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.