Skip to content

pyvider_timed_token (Resource)

Terraform resource for pyvider_timed_token

~> 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_timed_token" "simple_token" {
  name = "test-token"
}

output "example_token_id" {
  description = "The ID of the pyvider_timed_token resource"
  value       = pyvider_timed_token.simple_token.id
  sensitive   = true
}

Argument Reference

Import

terraform import pyvider_timed_token.example <id>