resource "highbond_result_file" "main3" {
project_id = highbond_project.main.id
name = "Results File Name"
reference_id = "BPWS1"
description = "<h1>Result file heading</h1><p>Result file description.</p>"
position = 4
planned_start_date = "2020-12-01"
planned_end_date = "2021-12-01"
actual_start_date = "2020-12-05"
actual_end_date = "2021-12-05"
actual_milestone_date = "2020-12-10"
planned_milestone_date = "2020-12-05"
force_updates = true // Create only with force update changes
custom_attributes {
term = "Remarks"
value = ["Remarks"]
}
custom_attributes {
term = "DropDown"
value = ["DropDown1"]
}
custom_attributes {
term = "MultipleChoice"
value = ["Choice1"]
}
}
name
(String) The name of the results fileproject_id
(Number) The ID of the projectactual_end_date
(String) Actual end dateactual_milestone_date
(String) Actual milestone dateactual_start_date
(String) Actual start datecustom_attributes
(Block Set) An array of custom attributes defined on the project type used by the project this results file is from (see below for nested schema)description
(String) A detailed description of the results fileforce_updates
(Boolean) Allows overriding top-level 'create_only' option.planned_end_date
(String) Planned end dateplanned_milestone_date
(String) Planned milestone dateplanned_start_date
(String) Planned start dateposition
(Number) The value that determines the order in which it is displayed in the index action. position must be a value between 1 and 2147483647reference_id
(String) The results id, reference number, or code for the results filecreated_at
(String) The timestamp identifying when the result file was createdid
(String) The ID of this resource.updated_at
(String) The timestamp identifying when the result file was last updatedcustom_attributes
Optional:
id
(String) The ID of this custom attribute. Optional if term is includedterm
(String) The user defined term used to identify this custom attribute. Optional if id is includedvalue
(Set of String) The value or values (for multiselect) for this custom attribute