mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-20 20:30:35 +00:00
5 lines
76 B
Terraform
5 lines
76 B
Terraform
resource "random_password" "k3s_token" {
|
|
length = 32
|
|
special = false
|
|
}
|