Skip to content

Commit f114deb

Browse files
authored
docs(resourcemanager): fix small typo (#1432)
Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>
1 parent 9b945d5 commit f114deb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/resources/authorization_project_role_assignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resource "stackit_resourcemanager_project" "example" {
2424
}
2525
2626
resource "stackit_authorization_project_role_assignment" "pra" {
27-
resource_id = stackit_resourcemanager_project.example.folder_id
27+
resource_id = stackit_resourcemanager_project.example.project_id
2828
role = "reader"
2929
subject = "foo.bar@stackit.cloud"
3030
}

examples/resources/stackit_authorization_project_role_assignment/resource.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resource "stackit_resourcemanager_project" "example" {
66
}
77

88
resource "stackit_authorization_project_role_assignment" "pra" {
9-
resource_id = stackit_resourcemanager_project.example.folder_id
9+
resource_id = stackit_resourcemanager_project.example.project_id
1010
role = "reader"
1111
subject = "foo.bar@stackit.cloud"
1212
}

0 commit comments

Comments
 (0)