generated from microsoft/AzureTRE-Deployment
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jaimie Withers
committed
Sep 26, 2024
1 parent
f7d3c99
commit 8edbd99
Showing
8 changed files
with
59 additions
and
33 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ates/workspace_services/guacamole/user_resources/guacamole-azure-linuxvm-ouh2/porter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 15 additions & 15 deletions
30
...vices/guacamole/user_resources/guacamole-azure-linuxvm-ouh2/terraform/.terraform.lock.hcl
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...space_services/guacamole/user_resources/guacamole-azure-linuxvm-ouh2/terraform/upgrade.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
# This script is used to install the bundle directly without having to interact with Porter | ||
|
||
# This script assumes you have created an .env from the sample and the variables | ||
# will come from there. | ||
# shellcheck disable=SC2154 | ||
terraform init -upgrade -reconfigure -input=false -backend=true \ | ||
-backend-config="resource_group_name=${TF_VAR_mgmt_resource_group_name}" \ | ||
-backend-config="storage_account_name=${TF_VAR_mgmt_storage_account_name}" \ | ||
-backend-config="container_name=${TF_VAR_terraform_state_container_name}" \ | ||
-backend-config="key=${TF_VAR_tre_id}${TF_VAR_workspace_id}${TF_VAR_parent_service_id}guacamolelinuxvm" |
2 changes: 1 addition & 1 deletion
2
...es/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm-ouh2/porter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 14 additions & 14 deletions
28
...ces/guacamole/user_resources/guacamole-azure-windowsvm-ouh2/terraform/.terraform.lock.hcl
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...ace_services/guacamole/user_resources/guacamole-azure-windowsvm-ouh2/terraform/upgrade.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
# This script is used to install the bundle directly without having to interact with Porter | ||
|
||
# This script assumes you have created an .env from the sample and the variables | ||
# will come from there. | ||
# shellcheck disable=SC2154 | ||
terraform init -upgrade -reconfigure -input=false -backend=true \ | ||
-backend-config="resource_group_name=${TF_VAR_mgmt_resource_group_name}" \ | ||
-backend-config="storage_account_name=${TF_VAR_mgmt_storage_account_name}" \ | ||
-backend-config="container_name=${TF_VAR_terraform_state_container_name}" \ | ||
-backend-config="key=${TRE_ID}${TF_VAR_workspace_id}${TF_VAR_parent_service_id}guacamolewindowsvm" |