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?
Describe the bug CycleCloud template does not deploy, it fails hard due to a mismatch with command-line arguments in terraform:
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