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.
}
Schema
Required
name
(String) The unique name for the Role in the project. Required when creating a Role. Optional when updating a Role.
Optional
description
(String) The description of the project role.replace_with
(Number) Helper attribute. Required when destroying resource. Role is swapped with provided ID.
Read-Only
id
(Number) The ID project Role.last_updated
(String) Timestamp of the last Terraform update of the project role.