-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
area/tech-debtgood first issueGood for newcomersGood for newcomerskind/enhancementNew feature or requestNew feature or request
Description
User Story:
As a Terraform controller dev,
I'd like to replace the deprecated wait.Poll function with a supported alternative,
so that the codebase is up-to-date and avoids potential compatibility issues in the future.
Acceptance Criteria:
- Identify all occurrences of the deprecated wait.Poll function in the codebase
- Replace each occurrence of wait.Poll with an appropriate alternative (e.g. but not limit to
wait.PollImmediate
orwait.PollUntil
) - Ensure all tests pass and there is no regression in functionality
Metadata
Metadata
Assignees
Labels
area/tech-debtgood first issueGood for newcomersGood for newcomerskind/enhancementNew feature or requestNew feature or request