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 bbc18eb commit 3df8b19Copy full SHA for 3df8b19
docs/resources/cloud_stack.md
@@ -60,4 +60,10 @@ Changing region will destroy the existing stack and create a new one in the desi
60
- `prometheus_user_id` (Number) Promehteus user ID. Used for e.g. remote_write.
61
- `status` (String) Status of the stack.
62
63
+## Import
64
65
+Import is supported using the following syntax:
66
+
67
+```shell
68
+terraform import grafana_cloud_stack.stack_name {{stack_id}}
69
+```
examples/resources/grafana_cloud_stack/import.sh
@@ -0,0 +1 @@
1
0 commit comments