diff options
Diffstat (limited to 'website/docs')
-rw-r--r-- | website/docs/r/test.html.markdown | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/website/docs/r/test.html.markdown b/website/docs/r/test.html.markdown index f5cc5e0..3513f73 100644 --- a/website/docs/r/test.html.markdown +++ b/website/docs/r/test.html.markdown | |||
@@ -64,3 +64,11 @@ The following arguments are supported: | |||
64 | The following attribute is exported: | 64 | The following attribute is exported: |
65 | 65 | ||
66 | * `test_id` - A unique identifier for the test. | 66 | * `test_id` - A unique identifier for the test. |
67 | |||
68 | ## Import | ||
69 | |||
70 | StatusCake test can be imported using the test id, e.g. | ||
71 | |||
72 | ``` | ||
73 | tf import statuscake_test.example 123 | ||
74 | ``` \ No newline at end of file | ||