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

restful_{resource|operation}: precheck(_xxx) supports api and mutex #55

Merged
merged 1 commit into from
Feb 17, 2023

Conversation

magodo
Copy link
Owner

@magodo magodo commented Feb 17, 2023

The precheck_xxx's each nested object now is one of below:

  • The previous nested object for polling API status

    {
      api = {...}
    }
    
  • The new mutex

    {
      mutex = "key"
    }
    

An example of this can be found at: https://github.com/magodo/terraform-provider-restful/pull/55/files#diff-20869cec675ffcb0d08a62d0e41bf1d5023e2acb8cd4145ff7122a8564865617

Fix #32

@magodo magodo added enhancement New feature or request breaking-change labels Feb 17, 2023
@magodo magodo merged commit 101101a into main Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support locks
1 participant