Skip to content

Commit 3df8b19

Browse files
Add import docs for cloud stack (#494)
Closes #460
1 parent bbc18eb commit 3df8b19

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/resources/cloud_stack.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,10 @@ Changing region will destroy the existing stack and create a new one in the desi
6060
- `prometheus_user_id` (Number) Promehteus user ID. Used for e.g. remote_write.
6161
- `status` (String) Status of the stack.
6262

63+
## Import
6364

65+
Import is supported using the following syntax:
66+
67+
```shell
68+
terraform import grafana_cloud_stack.stack_name {{stack_id}}
69+
```
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
terraform import grafana_cloud_stack.stack_name {{stack_id}}

0 commit comments

Comments
 (0)