We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3eac2a7 + 8ec9197 commit 90ca176Copy full SHA for 90ca176
1 file changed
website/source/docs/providers/azurerm/r/key_vault.html.markdown
@@ -8,7 +8,7 @@ description: |-
8
9
# azurerm\_key\_vault
10
11
-Create a ServiceBus Subscription.
+Create a Key Vault.
12
13
## Example Usage
14
@@ -52,8 +52,8 @@ resource "azurerm_key_vault" "test" {
52
53
The following arguments are supported:
54
55
-* `name` - (Required) Specifies the name of the ServiceBus Subscription resource.
56
- Changing this forces a new resource to be created.
+* `name` - (Required) Specifies the name of the Key Vault resource. Changing this
+ forces a new resource to be created.
57
58
* `location` - (Required) Specifies the supported Azure location where the resource exists.
59
Changing this forces a new resource to be created.
0 commit comments