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.
grafana_team
1 parent 5e40cb3 commit 77c2ce2Copy full SHA for 77c2ce2
docs/resources/team.md
@@ -65,3 +65,12 @@ Optional:
65
Optional:
66
67
- `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
+```
examples/resources/grafana_team/import.sh
@@ -0,0 +1,2 @@
1
2
0 commit comments