pyvider_private_state_verifier (Resource)¶
Terraform resource for pyvider_private_state_verifier
~> Note: This provider is currently in POC (proof-of-concept) status and under active development. Features and APIs may change without notice. Not intended for production infrastructure.
Example Usage¶
resource "pyvider_private_state_verifier" "example" {
input_value = "test-value"
}
output "example_verification" {
description = "The verification result of the pyvider_private_state_verifier resource"
value = {
input = pyvider_private_state_verifier.example.input_value
decrypted_token = pyvider_private_state_verifier.example.decrypted_token
}
sensitive = true
}