You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to write a private key in an encrypted way but it only works if I pass it as plaintext_value.
Since I can't print out the content of the GH secret created, I'm not sure how to evaluate what has been received by Github.
Could you confirm that the above works on multiline string? I'm thinking there might be an issue there since when checking the value of the encrypted value in the state file, it was a very short line (not the length of a private key)
The text was updated successfully, but these errors were encountered:
I've been following the comment you posted:
integrations/terraform-provider-github#888 (comment)
Here's my tf:
I'm trying to write a private key in an encrypted way but it only works if I pass it as plaintext_value.
Since I can't print out the content of the GH secret created, I'm not sure how to evaluate what has been received by Github.
Could you confirm that the above works on multiline string? I'm thinking there might be an issue there since when checking the value of the encrypted value in the state file, it was a very short line (not the length of a private key)
The text was updated successfully, but these errors were encountered: