Skip to content

Commit 77c2ce2

Browse files
grafana_team: Document import (#1052)
Closes #1047
1 parent 5e40cb3 commit 77c2ce2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/resources/team.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,12 @@ Optional:
6565
Optional:
6666

6767
- `groups` (Set of String)
68+
69+
## Import
70+
71+
Import is supported using the following syntax:
72+
73+
```shell
74+
terraform import grafana_team.team_name {{team_id}} # To use the default provider org
75+
terraform import grafana_team.team_name {{org_id}}:{{team_id}} # When "org_id" is set on the resource
76+
```
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
terraform import grafana_team.team_name {{team_id}} # To use the default provider org
2+
terraform import grafana_team.team_name {{org_id}}:{{team_id}} # When "org_id" is set on the resource

0 commit comments

Comments
 (0)