Add util function for waiting 1 min#15209
Add util function for waiting 1 min#15209chengliwm wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
Conversation
|
Hello! I am a robot. Tests will require approval from a repository maintainer to run. Googlers: For automatic test runs see go/terraform-auto-test-runs. @hao-nan-li, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR hasn't generated any diffs, but I'll let you know if a future commit does. |
hao-nan-li
left a comment
There was a problem hiding this comment.
Looks like this template is not used by any resource yet, do you plan to merge this first then use it in different PRs? I feel like this change could be included in other PRs so that this could be tested before it's merged.
Yes, my plan was to merge this first and used in a different PR. I can put this util together with the resource that uses it. |
Fixes hashicorp/terraform-provider-google#24421
Add a util function for waiting 1 min. This PR is a preparation for adding new resources (KAJ Policy Config), which will require waiting 1 min after creation/update.
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.