Hi there,
I use github_actions_secret resource to manage GitHub Actions Secret for my repositry.
But this resource stores plaintext_value in tfstate, which is not very safe.
So I suggest these resources should have ways to use this api with a parameter encrypted_value. This will store encrypted_value instead of plaintext_value which will be safer.
Affected Resource(s)
- github_actions_organization_secret
- github_actions_secret
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example: