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"
}