Skip to content

Commit

Permalink
replaced project_example with test_project like created in the example (
Browse files Browse the repository at this point in the history
  • Loading branch information
sagydr authored Mar 21, 2024
1 parent 12a7ea7 commit af0f695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/team_project_assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "env0_custom_role" "custom_role_example" {
resource "env0_team_project_assignment" "role_assignment_custom_role_example" {
team_id = env0_team.team_resource.id
project_id = env0_project.project_example.id
project_id = env0_project.test_project.id
custom_role_id = env0_custom_role.custom_role_example.id
}
```
Expand Down

0 comments on commit af0f695

Please sign in to comment.