mirror of
https://github.com/kasmtech/terraform.git
synced 2026-01-23 02:24:11 +00:00
Merge branch 'feature/KASM-7973_release_1.18.1' into 'release/1.18.1'
KASM-7973 Update 1.18.1 release information See merge request kasm-technologies/internal/terraform!25
This commit is contained in:
commit
121ac39b98
6 changed files with 9 additions and 9 deletions
|
|
@ -15,7 +15,7 @@ manager_token = "changeme"
|
|||
service_registration_token = "changeme"
|
||||
|
||||
## Kasm download URL
|
||||
kasm_build = "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.18.0.09f70a.tar.gz"
|
||||
kasm_build = "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.18.1.tar.gz"
|
||||
|
||||
## VM Public Access subnets
|
||||
web_access_cidrs = ["0.0.0.0/0"]
|
||||
|
|
@ -83,5 +83,5 @@ aws_default_tags = {
|
|||
Deployed_by = "Terraform"
|
||||
Deployment_type = "Multi-Region"
|
||||
Service_name = "Kasm Workspaces"
|
||||
Kasm_version = "1.18.0"
|
||||
Kasm_version = "1.18.1"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,12 +49,12 @@ manager_token = "changeme"
|
|||
service_registration_token = "changeme"
|
||||
|
||||
## Kasm download URL
|
||||
kasm_build = "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.18.0.09f70a.tar.gz"
|
||||
kasm_build = "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.18.1.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.18.0"
|
||||
Kasm_version = "1.18.1"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.18.0.09f70a.tar.gz"
|
||||
kasm_build_url = "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.18.1.tar.gz"
|
||||
|
|
@ -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.18.0"
|
||||
kasm_download_url = "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.18.0.09f70a.tar.gz"
|
||||
kasm_version = "1.18.1"
|
||||
kasm_download_url = "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.18.1.tar.gz"
|
||||
|
||||
## Kasm VM instance configurations
|
||||
# Webapp
|
||||
|
|
|
|||
|
|
@ -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.18.0.09f70a.tar.gz"
|
||||
kasm_build_url = "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.18.1.tar.gz"
|
||||
|
|
|
|||
|
|
@ -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.18.0.09f70a.tar.gz"
|
||||
kasm_build_url = "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.18.1.tar.gz"
|
||||
|
||||
## OCI Authentication variables
|
||||
tenancy_ocid = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue