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
I would expect the failover group is created and the database is applied to the the group.
Actual Behavior
The following error is provided and the failover group is not created.
*Error: Unsupported argument
on main.tf line 44, in resource "azurerm_sql_failover_group" "example":
44: read_write_endpoint_failover_policy = {
An argument named "read_write_endpoint_failover_policy" is not expected here.
Did you mean to define a block of type "read_write_endpoint_failover_policy"?*
The text was updated successfully, but these errors were encountered:
chrcaleb
changed the title
azurerm_sql_failover_group
azurerm_sql_failover_group does not recognize the param read_write_endpoint_failover_policy
Sep 4, 2019
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!
ghost
locked and limited conversation to collaborators
Mar 29, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Affected Resource(s)
azurerm_sql_failover_group
azurerm_v1.33.1
Terraform Configuration Files
Expected Behavior
I would expect the failover group is created and the database is applied to the the group.
Actual Behavior
The following error is provided and the failover group is not created.
*Error: Unsupported argument
on main.tf line 44, in resource "azurerm_sql_failover_group" "example":
44: read_write_endpoint_failover_policy = {
An argument named "read_write_endpoint_failover_policy" is not expected here.
Did you mean to define a block of type "read_write_endpoint_failover_policy"?*
References
https://www.terraform.io/docs/providers/azurerm/r/sql_failover_group.html
Related Issues
#3901
The text was updated successfully, but these errors were encountered: