import { to = atlcloudjira_project_component.SampleProjectComponent1 id =10004}import { to = atlcloudjira_project_component.SampleProjectComponent2 id =10002}import { to = atlcloudjira_project_component.SampleProjectComponent3 id =10006}import { to = atlcloudjira_project_component.SampleProjectComponent4 id =10007}# __generated__ by Terraform# Please review these resources and move them into your main configuration files.# __generated__ by Terraform from "10004"resource "atlcloudjira_project_component" "SampleProjectComponent1" { name ="SampleComponent1" description ="Sample description" assignee_type ="COMPONENT_LEAD" lead_account_id ="80dacb68-6f79-46c6-b22e-296669e36568" project ="CKAN"}# __generated__ by Terraform from "10002"resource "atlcloudjira_project_component" "SampleProjectComponent2" { name ="SampleComponent2" description ="Sample description" assignee_type ="COMPONENT_LEAD" lead_account_id =null project ="CKAN"}# __generated__ by Terraform from "10006"resource "atlcloudjira_project_component" "SampleProjectComponent3" { name ="SampleComponent3" description =null assignee_type ="PROJECT_LEAD" lead_account_id =null project ="CKAN"}# __generated__ by Terraform from "10007"resource "atlcloudjira_project_component" "SampleProjectComponent4" { name ="SampleComponent4" description =null assignee_type ="UNASSIGNED" lead_account_id ="5fde5ea73b5e47013845900a" project ="CKAN"}
Schema
Required
assignee_type (String) The nominal user type used to determine the assignee for issues created with this component.
name (String) The unique name for the component in the project. Required when creating a component. Optional when updating a component.
project (String) The key of the project the component is assigned to. Required when creating a component. Can't be updated.
Optional
description (String) The description for the component. Optional when creating or updating a component.
lead_account_id (String) The accountId of the component's lead user.
Read-Only
id (Number) The ID project component.
last_updated (String) Timestamp of the last Terraform update of the project component.