File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed
Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -168,24 +168,10 @@ $ openssl x509 -signkey "service-principal.key" -in "service-principal.csr" -req
168168$ openssl pkcs12 -export -out "service-principal.pfx" -inkey "service-principal.key" -in "service-principal.crt"
169169```
170170
171- Use the documentation to get your tenant ID, the application id, the
172- subscription ID. You will need this to set these variables up:
171+ Use the documentation to get your subscription ID, tenant ID, and
172+ application id. Set these values via "make menuconfig" in the
173+ Terraform Providers submenu.
173174
174- ```
175- $ cat terraform.tfvars
176- client_certificate_path = "./service-principal.pfx"
177- client_certificate_password = "my-cool-password"
178- tenant_id = "SOME-GUID"
179- application_id = "SOME-GUID"
180- subscription_id = "SOME-GUID"
181-
182- ssh_config_pubkey_file = "~/.ssh/minicloud.pub"
183- ssh_config_user = "yourcoolusername"
184- ssh_config = "~/.ssh/config"
185- ssh_config_update = "true"
186- ssh_config_use_strict_settings = "true"
187- ssh_config_backup = "true"
188- ```
189175
190176### Openstack
191177
You can’t perform that action at this time.
0 commit comments