hashicorp / hashicorp/terraform-plugin-testing
Access private state when testing resources and data sources
Open
enhancement
upstream-terraform
- Dominant language
- Go
- Stars
- 68
- Forks
- 22
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 1
Description
### terraform-plugin-testing version
```
❯ go list -m github.com/hashicorp/terraform-plugin-testing/...
github.com/hashicorp/terraform-plugin-testing v1.7.0
```
### Use cases
Utilize and/or validate [private state](https://developer.hashicorp.com/terraform/plugin/framework/resources/private-state) when testing resources or data sources.
### Attempted solutions
N/A
### Proposal
N/A
### References
N/A
Contributor guide
Assessment
This issue has not been assessed yet.