Skip to content

Commit ec9e4f6

Browse files
committed
terraform/Azure: Update docs/kdevops-terraform.md
Authentication material is now plugged in without pasting blobs into Kconfig. Signed-off-by: Chuck Lever <[email protected]>
1 parent 1f2737b commit ec9e4f6

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

docs/kdevops-terraform.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)