Max Riveiro
|
137fcfb5de
|
Massively add HCL source tag in docs Markdown files
Signed-off-by: Max Riveiro <kavu13@gmail.com>
|
2017-04-17 13:17:54 +03:00 |
George Christou
|
61277c0dbd
|
website/docs: Run `terraform fmt` on code examples (#12075)
* docs/vsphere: Fix code block
* docs: Convert `...` to `# ...` to allow `terraform fmt`ing
* docs: Trim trailing whitespace
* docs: First-pass run of `terraform fmt` on code examples
|
2017-02-19 00:48:50 +02:00 |
Peter McAtominey
|
2449cfbf1c
|
provider/azurerm: improve formatting of client_config docs (#9915)
|
2016-11-07 16:00:58 +00:00 |
Peter McAtominey
|
6374cc7d33
|
provider/azurerm: add client_config data source
azurerm_client_config provides access to:
- client_id
- tenant_id
- subscription_id
```
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMClientConfig -timeout 120m
=== RUN TestAccAzureRMClientConfig_basic
--- PASS: TestAccAzureRMClientConfig_basic (27.79s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/azurerm 27.862s
```
|
2016-10-20 11:29:48 +01:00 |