hashicorp / hashicorp/terraform-plugin-framework
Consider having a waiting interface to satisfy to enable consistant waiting in most resources
Open
enhancement
- Dominant language
- Go
- Stars
- 384
- Forks
- 107
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
Usually, you have to wait for a resource to reach a certain state before being considered stable. Could it be possible to have a way to define in terraform framework an interface that would enable terraform to know when it is waiting for a resource to be available?
Anyhow it would be useful to have a consistent pattern to wait in a standard fashion.
Contributor guide
Assessment
This issue has not been assessed yet.