Skip to content
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

poller_lro : add pending status Restarting for Postgres #1135

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

neil-yechenwei
Copy link
Contributor

As TF would restart Postgresql Flexible Server while configuring server parameters, the intermediate state "Restarting" will be hit.

API response:

{
  ......
  "properties": {
    ......
    "state": "Restarting",
    ......
  },
  ......
  "type": "Microsoft.DBforPostgreSQL/flexibleServers"
}

fixes hashicorp/terraform-provider-azurerm#28298

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-once-merged The SDK should be released once this PR is merged
Projects
None yet
1 participant