microsoft / AzureTRE

An accelerator to help organizations build Trusted Research Environments on Azure.
https://microsoft.github.io/AzureTRE
MIT License
184 stars 141 forks source link

CycleCloud shared service does not deploy #4026

Closed TonyWildish-BH closed 1 month ago

TonyWildish-BH commented 3 months ago

Describe the bug CycleCloud template does not deploy, it fails hard due to a mismatch with command-line arguments in terraform:

Error: Value for undeclared variable.
A variable named "arm_client_secret" was assigned on the command line, but the root module does not declare a variable of that name. To use this value, add a "variable" block to the configuration.

Error: Value for undeclared variable.
A variable named "arm_tenant_id" was assigned on the command line, but the root module does not declare a variable of that name. To use this value, add a "variable" block to the configuration.

Error: Value for undeclared variable
A variable named "arm_use_msi" was assigned on the command line, but the root module does not declare a variable of that name. To use this value, add a "variable" block to the configuration.

Error: Value for undeclared variable
A variable named "arm_client_id" was assigned on the command line, but the root module does not declare a variable of that name. To use this value, add a "variable" block to the configuration

Is this service deprecated? If so, can it be removed from the code base?

If it's not deprecated, can it be fixed, instead, and documented?

Steps to reproduce

  1. Deploy the CycleCloud shared service
tim-allen-ck commented 3 months ago

Fixes for this can be found in this issue #3933 PR to be raised to fix this issue.

marrobi commented 1 month ago

Closing as fixed in #4050