You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use the id returned from the azurerm_mysql_flexible_server data block where the id of a mysql flexible server is needed the following error posted:
ID was missing the `flexibleServers` element
Expected Behaviour
Expect the id to be in this format.
/subscriptions//resourceGroups//providers/Microsoft.DBforMySQL/flexibleServers/
This format of the id is returned from the azurerm_mysql_flexible_server resource.
Actual Behaviour
The id returned is in this format.
/subscriptions//resourceGroups//providers/Microsoft.DBforMySQL/servers/
When trying to use the id returned from the azurerm_mysql_flexible_server data block where the id of a mysql flexible server is needed the following error posted:
ID was missing the flexibleServers element
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.2.1
AzureRM Provider Version
3.8.0
Affected Resource(s)/Data Source(s)
azurerm_mysql_flexible_server
Terraform Configuration Files
Debug Output/Panic Output
When trying to use the id returned from the azurerm_mysql_flexible_server data block where the id of a mysql flexible server is needed the following error posted: ID was missing the `flexibleServers` element
Expected Behaviour
Expect the id to be in this format.
/subscriptions//resourceGroups//providers/Microsoft.DBforMySQL/flexibleServers/
This format of the id is returned from the azurerm_mysql_flexible_server resource.
Actual Behaviour
The id returned is in this format.
/subscriptions//resourceGroups//providers/Microsoft.DBforMySQL/servers/
When trying to use the id returned from the azurerm_mysql_flexible_server data block where the id of a mysql flexible server is needed the following error posted:
ID was missing the
flexibleServers
elementSteps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: