Skip to content

Commit

Permalink
docs: fix tf resource as well
Browse files Browse the repository at this point in the history
  • Loading branch information
viatcheslavmogilevsky authored Mar 22, 2024
1 parent c9d95bc commit b002d4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ resource "aiven_organization_user_group" "example" {
name = "Example group"
}

resource "aiven_organization_user_group_project" "example" {
resource "aiven_organization_group_project" "example" {
group_id = aiven_organization_user_group.example.group_id
project = aiven_project.example.project
role = "admin"
}
}

0 comments on commit b002d4d

Please sign in to comment.