Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris van Ommeren committed Jul 2, 2021
1 parent 1b0fe5b commit c34400d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/r/data_factory_dataset_binary.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ resource "azurerm_data_factory_dataset_binary" "example" {
linked_service_name = azurerm_data_factory_linked_service_sftp.example.name
sftp_server_location {
path = "/test/"
filename = "**"
path = "/test/"
filename = "**"
}
}
```
Expand Down Expand Up @@ -136,8 +136,8 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/d

## Import

Data Factorys can be imported using the `resource id`, e.g.
Data Factorie Binary Datasets can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_data_factory_dataset_binary.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example/providers/Microsoft.DataFactory/factories/example/datasets/example
```
```

0 comments on commit c34400d

Please sign in to comment.