mirror of
https://github.com/kasmtech/terraform.git
synced 2026-01-23 18:36:39 +00:00
8 lines
130 B
HCL
8 lines
130 B
HCL
resource "random_password" "password" {
|
|
keepers = {
|
|
kasm_version = var.kasm_version
|
|
}
|
|
|
|
length = 30
|
|
special = false
|
|
}
|