Skip to content

Commit

Permalink
Merge pull request hashicorp#10802 from rkaev/patch-1
Browse files Browse the repository at this point in the history
Fix for Data source name and example usage
  • Loading branch information
tombuildsstuff authored Mar 3, 2021
2 parents aba97e7 + 83735d6 commit 3de9a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/d/key_vault_certificate_data.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |-
Gets data contained in an existing Key Vault Certificate.
---

# Data Source: azurerm_key_vault_secret_data
# Data Source: azurerm_key_vault_certificate_data

Use this data source to access data stored in an existing Key Vault Certificate.

Expand All @@ -29,7 +29,7 @@ data "azurerm_key_vault_certificate_data" "example" {
}
output "example_pem" {
value = data.azurerm_key_vault_certificate.example.pem
value = data.azurerm_key_vault_certificate_data.example.pem
}
```

Expand Down

0 comments on commit 3de9a6f

Please sign in to comment.