diff --git a/README.md b/README.md index 2e5ae13..47b24f9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ These projects are intended to be starting examples and for automating Kasm Workspaces deployments via terraform. Administators should review the projects and add additional customizations and security enhancements as desired. -> ***NOTE:*** All of these deployments have been tested and validated with both [Terraform](https://www.terraform.io/) and [OpenTofu](https://opentofu.org/) +> ***NOTE:*** All of these deployments have been tested and validated with both [Terraform](https://www.terraform.io/) and [OpenTofu](https://opentofu.org/). For production deployments, we strongly advise using the [official workspace release](https://kasmweb.com/downloads). Please ensure you update the `kasm_build` and `kasm_version` variables accordingly. The current environment is specifically for testing the developer preview build of Kasm Workspaces. # AWS - [Multi-Server Single Region](aws/standard/README.md) diff --git a/aws/multi_region/terraform.tfvars b/aws/multi_region/terraform.tfvars index 8faa6a5..6c98eb9 100644 --- a/aws/multi_region/terraform.tfvars +++ b/aws/multi_region/terraform.tfvars @@ -16,7 +16,7 @@ manager_token = "changeme" service_registration_token = "changeme" ## Kasm download URL -kasm_build = "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.17.0.bbc15c.tar.gz" +kasm_build = "https://kasmweb-build-artifacts.s3.amazonaws.com/kasm_backend/branches/develop/kasm_workspaces_develop.tar.gz" ## VM Public Access subnets web_access_cidrs = ["0.0.0.0/0"] @@ -84,5 +84,5 @@ aws_default_tags = { Deployed_by = "Terraform" Deployment_type = "Multi-Region" Service_name = "Kasm Workspaces" - Kasm_version = "1.17.0" + Kasm_version = "developer preview" } diff --git a/aws/multi_region/variables.tf b/aws/multi_region/variables.tf index 5acae27..a40b983 100644 --- a/aws/multi_region/variables.tf +++ b/aws/multi_region/variables.tf @@ -391,6 +391,6 @@ variable "aws_default_tags" { type = map(any) default = { Service_name = "Kasm Workspaces" - Kasm_version = "1.14" + Kasm_version = "1.18" } } diff --git a/aws/standard/terraform.tfvars b/aws/standard/terraform.tfvars index 2e8d58e..ca81488 100644 --- a/aws/standard/terraform.tfvars +++ b/aws/standard/terraform.tfvars @@ -50,12 +50,12 @@ manager_token = "changeme" service_registration_token = "changeme" ## Kasm download URL -kasm_build = "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.17.0.bbc15c.tar.gz" +kasm_build = "https://kasmweb-build-artifacts.s3.amazonaws.com/kasm_backend/branches/develop/kasm_workspaces_develop.tar.gz" ## Default tags for all AWS resources aws_default_tags = { Deployed_by = "Terraform" Deployment_type = "Multi-Server" Service_name = "Kasm Workspaces" - Kasm_version = "1.17.0" + Kasm_version = "developer preview" } diff --git a/digitalocean/single_server/terraform.tfvars b/digitalocean/single_server/terraform.tfvars index 151438e..1b85d23 100644 --- a/digitalocean/single_server/terraform.tfvars +++ b/digitalocean/single_server/terraform.tfvars @@ -21,4 +21,4 @@ allow_ssh_cidrs = ["0.0.0.0/0"] allow_kasm_web_cidrs = ["0.0.0.0/0"] ## Kasm download URL -kasm_build_url = "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.17.0.bbc15c.tar.gz" \ No newline at end of file +kasm_build_url = "https://kasmweb-build-artifacts.s3.amazonaws.com/kasm_backend/branches/develop/kasm_workspaces_develop.tar.gz" \ No newline at end of file diff --git a/gcp/terraform.tfvars b/gcp/terraform.tfvars index 4b09e71..8e16a1f 100644 --- a/gcp/terraform.tfvars +++ b/gcp/terraform.tfvars @@ -24,8 +24,8 @@ show_passwords = true kasm_domain_name = "example.kasmweb.com" kasm_project_name = "" deployment_type = "Multi-Server" # Valid values Multi-Region or Multi-Server -kasm_version = "1.17.0" -kasm_download_url = "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.17.0.bbc15c.tar.gz" +kasm_version = "developer preview" +kasm_download_url = "https://kasmweb-build-artifacts.s3.amazonaws.com/kasm_backend/branches/develop/kasm_workspaces_develop.tar.gz" ## Kasm VM instance configurations # Webapp diff --git a/oci/single_server/terraform.tfvars b/oci/single_server/terraform.tfvars index 472abb1..46b4fe4 100644 --- a/oci/single_server/terraform.tfvars +++ b/oci/single_server/terraform.tfvars @@ -40,4 +40,4 @@ kasm_server_memory = 2 kasm_server_hdd_size = 120 ## Kasm download URL -kasm_build_url = "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.17.0.bbc15c.tar.gz" +kasm_build_url = "https://kasmweb-build-artifacts.s3.amazonaws.com/kasm_backend/branches/develop/kasm_workspaces_develop.tar.gz" diff --git a/oci/standard/terraform.tfvars b/oci/standard/terraform.tfvars index a475315..d5858b2 100644 --- a/oci/standard/terraform.tfvars +++ b/oci/standard/terraform.tfvars @@ -2,7 +2,7 @@ oci_domain_name = "kasm.contoso.com" project_name = "contoso" vcn_subnet_cidr = "10.0.0.0/16" -kasm_build_url = "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.17.0.bbc15c.tar.gz" +kasm_build_url = "https://kasmweb-build-artifacts.s3.amazonaws.com/kasm_backend/branches/develop/kasm_workspaces_develop.tar.gz" ## OCI Authentication variables tenancy_ocid = ""