diff options
author | Xiangxuan Liu <xiangxuan.liu@rightcapital.com> | 2019-06-18 11:21:00 +0800 |
---|---|---|
committer | Xiangxuan Liu <xiangxuan.liu@rightcapital.com> | 2019-06-18 11:32:33 +0800 |
commit | cfbd89c06cc2bfc2e4defc067dc3a8841404a95d (patch) | |
tree | eb1c92991855b3998c857f415c10c096d0e024c8 /website | |
parent | ccbb72b7349103fd7e39a47a2ec5312bcc00017f (diff) | |
download | terraform-provider-statuscake-cfbd89c06cc2bfc2e4defc067dc3a8841404a95d.tar.gz terraform-provider-statuscake-cfbd89c06cc2bfc2e4defc067dc3a8841404a95d.tar.zst terraform-provider-statuscake-cfbd89c06cc2bfc2e4defc067dc3a8841404a95d.zip |
Add importer
Diffstat (limited to 'website')
-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 6c65f10..0f99fb4 100644 --- a/website/docs/r/test.html.markdown +++ b/website/docs/r/test.html.markdown | |||
@@ -63,3 +63,11 @@ The following arguments are supported: | |||
63 | The following attribute is exported: | 63 | The following attribute is exported: |
64 | 64 | ||
65 | * `test_id` - A unique identifier for the test. | 65 | * `test_id` - A unique identifier for the test. |
66 | |||
67 | ## Import | ||
68 | |||
69 | StatusCake test can be imported using the test id, e.g. | ||
70 | |||
71 | ``` | ||
72 | tf import statuscake_test.example 123 | ||
73 | ``` \ No newline at end of file | ||