mirror of
https://github.com/kasmtech/terraform.git
synced 2026-01-23 02:24:11 +00:00
24 lines
No EOL
689 B
HCL
24 lines
No EOL
689 B
HCL
## Kasm deployment settings
|
|
project_name = "contoso"
|
|
do_domain_name = "kasm.contoso.com"
|
|
digital_ocean_region = "nyc3"
|
|
vpc_subnet_cidr = "10.0.0.0/24"
|
|
|
|
## DO Authentication variables
|
|
ssh_key_fingerprints = []
|
|
|
|
## VM Settings
|
|
digital_ocean_image = "docker-20-04"
|
|
digital_ocean_droplet_slug = "s-2vcpu-4gb-intel"
|
|
swap_size = 2
|
|
|
|
## Kasm passwords
|
|
user_password = "changeme"
|
|
admin_password = "changeme"
|
|
|
|
## VM Access subnets
|
|
allow_ssh_cidrs = ["0.0.0.0/0"]
|
|
allow_kasm_web_cidrs = ["0.0.0.0/0"]
|
|
|
|
## Kasm download URL
|
|
kasm_build_url = "https://kasmweb-build-artifacts.s3.amazonaws.com/kasm_backend/branches/develop/kasm_workspaces_develop.tar.gz" |