Skip to content

Commit 4d6d5dc

Browse files
midactsNicholas M. Iodice
andauthored
Resource: azuredevops_variable_group: docs update (#287)
Co-authored-by: Nicholas M. Iodice <niiodice@microsoft.com>
1 parent a849639 commit 4d6d5dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/r/variable_group.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ In addition to all arguments above, the following attributes are exported:
6464
Azure DevOps Variable groups can be imported using the project name/variable group Id or by the project Guid/variable group Id, e.g.
6565

6666
```
67-
terraform import azuredevops_project.project "Test Project"/10
67+
terraform import azuredevops_variable_group.variablegroup "Test Project"/10
6868
or
69-
terraform import azuredevops_project.project 782a8123-1019-xxxx-xxxx-xxxxxxxx/10
69+
terraform import azuredevops_variable_group.variablegroup 782a8123-1019-xxxx-xxxx-xxxxxxxx/10
7070
```
7171

7272
*Note that for secret variables, the import command retrieve blank value in the tfstate.*
7373

7474
## PAT Permissions Required
7575

76-
- **Variable Groups**: Read, Create, & Manage
76+
- **Variable Groups**: Read, Create, & Manage

0 commit comments

Comments
 (0)