Provides a Rancher Registration Token resource. This can be used to create registration tokens for rancher environments and retrieve their information.
---
# rancher\_registration\_token
Provides a Rancher Registration Token resource. This can be used to create registration tokens for rancher environments and retrieve their information.
## Example Usage
```hcl
# Create a new Rancher registration token
resource "rancher_registration_token" "default" {
name = "staging_token"
description = "Registration token for the staging environment"