Skip to content

Commit

Permalink
azurerm_data_lake_store: fixed doc examples
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Dec 5, 2018
1 parent 83ce239 commit a6569dc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions website/docs/r/data_lake_store.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,8 @@ resource "azurerm_data_lake_store" "example" {
name = "consumptiondatalake"
resource_group_name = "${azurerm_resource_group.example.name}"
location = "${azurerm_resource_group.example.location}"
encrytpion {
type = "UserManaged"
key_vault_id = "${azurerm_key_vault.example.id}"
key_name = "${azurerm_key_vault_key.example.name}"
key_version = "${azurerm_key_vault_key.example.version}"
}
encryption_state = "Enabled"
encryption_type = "SystemManaged"
}
```

Expand Down

0 comments on commit a6569dc

Please sign in to comment.