atlcloudjira_project_role (Resource)
Example Usage
import {
to = atlcloudjira_project_role.SampleProjectRoleResource
id = 10006
}
# __generated__ by Terraform
# Please review these resources and move them into your main configuration files.
# __generated__ by Terraform from "10006"
resource "atlcloudjira_project_role" "SampleProjectRoleResource" {
name = "Sample Role"
description = "Sample role description"
replace_with = 10006 // Required when destroying resource. Role will be swapped with given role ID.
}