We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d50c5 commit 3467c32Copy full SHA for 3467c32
website/docs/r/partition.html.markdown
@@ -38,9 +38,9 @@ The following attributes are exported:
38
Partitions can can be imported using the id. The list of partitions and their ids can be obtained using the Sumologic [partions api][2].
39
40
```hcl
41
-terraform import sumologic_partition.this 0000000000000000
+terraform import sumologic_partition.partition 1234567890
42
```
43
44
[1]: https://help.sumologic.com/Manage/Partitions
45
-[2]: https://api.eu.sumologic.com/docs/#operation/listPartitions
+[2]: https://api.sumologic.com/docs/#operation/listPartitions
46
0 commit comments