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

Allow to disable status check in resource_openstack_dns_zone_v2 #1114

Merged
merged 1 commit into from
Dec 18, 2020

Commits on Dec 16, 2020

  1. Allow to disable status check in resource_openstack_dns_zone_v2

    This will allow terraform to tolerate some backend issues in Designate.
    If zone is created in Designate, and even all the backends are down,
    Designate will try to recover.
    If only one of the backends is down, zone will be in ERROR state, but
    will be served by other backends. In this case, waiting for ACTIVE state
    also doesn't make sense.
    Iaroslav Isakov committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    26acb89 View commit details
    Browse the repository at this point in the history