Problem description
*Is your feature request related to a problem? If so, please give us a clear and concise description of what the problem is.
I want to attach a IAM role to a folder. This is currently only possible for organizations and projects.
Proposed solution
A clear and concise description of what you want to happen.
resource "stackit_authorization_folder_role_assignment" "example" {
resource_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
role = "owner"
subject = "john.doe@stackit.cloud"
}
# Only use the import statement, if you want to import an existing folder role assignment
import {
to = stackit_authorization_folder_role_assignment.import-example
id = "${var.folder_id},${var.org_role_assignment_role},${var.org_role_assignment_subject}"
}
Alternative solutions (optional)
A clear and concise description of any alternative solutions or features you've considered. (optional)
Additional information
Feel free to add any additional information here.
Problem description
*Is your feature request related to a problem? If so, please give us a clear and concise description of what the problem is.
I want to attach a IAM role to a folder. This is currently only possible for organizations and projects.
Proposed solution
A clear and concise description of what you want to happen.
Alternative solutions (optional)
A clear and concise description of any alternative solutions or features you've considered. (optional)
Additional information
Feel free to add any additional information here.