Skip to content

Commit

Permalink
docs: fix incorrect reference to aiven_organization_group_project (#1670
Browse files Browse the repository at this point in the history
)
  • Loading branch information
viatcheslavmogilevsky authored Mar 22, 2024
1 parent fb5507a commit 274eb01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/resources/organization_group_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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"
Expand Down
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 274eb01

Please sign in to comment.