-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
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
azurerm_application_insights could not target application_type = "MobileCenter" #1815
Comments
``` $ acctests azurerm TestAccAzureRMApplicationInsights_basicMobileCenter === RUN TestAccAzureRMApplicationInsights_basicMobileCenter --- PASS: TestAccAzureRMApplicationInsights_basicMobileCenter (76.28s) PASS ok github.com/terraform-providers/terraform-provider-azurerm/azurerm 76.616s ``` Fixes #1815
…1878) ``` $ acctests azurerm TestAccAzureRMApplicationInsights_basicMobileCenter === RUN TestAccAzureRMApplicationInsights_basicMobileCenter --- PASS: TestAccAzureRMApplicationInsights_basicMobileCenter (76.28s) PASS ok github.com/terraform-providers/terraform-provider-azurerm/azurerm 76.616s ``` Fixes #1815
hey @guitarrapc Just to let you know that this has been released in v1.14.0 of the AzureRM Provider which is now available: https://github.com/terraform-providers/terraform-provider-azurerm/blob/v1.14.0/CHANGELOG.md Thanks! |
Thank you so much!! I'll take a look and deploy to dev/staging! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
hi, I'm trying import existing application insight resource. I faced to when Application Insight is made for MobileCenter, application_type would not match with any value.
Step to reproduce
terraform plan
will get mis-match for "application_type".terraform configuration
Actual result
Expected
If I can set
MobileCenter
as a application_type, issue will not happen.terraform plan will not detect change.
Question
Am I missing some feature to match application_type?
The text was updated successfully, but these errors were encountered: