resource "highbond_project" "main" {
name = "Control Test Projects"
start_date = "2019-02-03"
target_date = "2019-02-08"
status = "active"
description = "Test Project"
background = "<h1>Heading</h1><p>Project background description.</p>"
budget = 0
management_response = "Test repsonse updated"
max_sample_size = 25
number_of_testing_rounds = 2
certification = true
control_performance = true
risk_assurance = true
opinion = "Excellent"
opinion_description = "<h1>Heading</h1><p>Project opinion description.</p>"
purpose = "<h1>Heading</h1><p>Project purpose description.</p>"
scope = "<h1>Heading</h1><p>Project scope description.</p>"
tag_list = ["TAG-a", "TAG-b", "TAG-c"]
project_type_id = highbond_project_type.main.id
entities = [highbond_entity.master.id, highbond_entity.me.id]
force_updates = true // Create only with force update changes
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"
toolkit_preview_name = "Toolkit preview name for projects"
custom_attributes {
term = "ShortAnswer"
value = ["short answer"]
}
custom_attributes {
term = "Dropdown"
value = ["dropdown"]
}
}
name
(String) The name of the projectproject_type_id
(String) The ID of the project typestart_date
(String) The date specifying when the project is scheduled to begintarget_date
(String) The date specifying when the project is scheduled to be completedactual_end_date
(String) Actual end dateactual_milestone_date
(String) Actual milestone dateactual_start_date
(String) Actual start datebackground
(String) The background of the projectbudget
(Number) The budgeted hours that have been allocated for the projectcertification
(Boolean) Specifies if the Certifications feature has been enabled (true) or disabled (false) for the projectcontrol_performance
(Boolean) Specifies if the Control Performance feature has been enabled (true) or disabled (false) for the projectcustom_attributes
(Block Set) (see below for nested schema)description
(String) The description of the projectentities
(Set of String) The ID of the entitiesforce_updates
(Boolean) Allows overriding top-level 'create_only' option.management_response
(String) A description of management's response to the overall rating of the projectmax_sample_size
(Number) The total sample size, split among testing rounds, defined in the projectnumber_of_testing_rounds
(Number) The number of testing rounds performed in the projectopinion
(String) A user configurable final rating of the project outcomeopinion_description
(String) A formal statement about the project outcome, including remarks or recommendationsplanned_end_date
(String) Planned end dateplanned_milestone_date
(String) Planned milestone dateplanned_start_date
(String) Planned start dateposition
(Number, Deprecated)purpose
(String) The intended results, aims, or goals of the projectrisk_assurance
(Boolean) Specifies if the Risk Assurance feature has been enabled (true) or disabled (false) for the projectscope
(String) What is, and is not, covered by this projectstatus
(String) A user configurable classification. Each project can have one statustag_list
(List of String) A comma separated list of tags associated with the projecttoolkit_preview_name
(String) To be used only for toolkit preview nameassurance
(Number) The level of assurance that the controls in place effectively mitigate risk to the businesscreated_at
(String) The timestamp identifying when the project was createdheader_alert_enabled
(Boolean) Specifies if the Header Alert feature has been enabled (true) or disabled (false) for the projectheader_alert_text
(String) Custom message displayed at the top (header) of each project with sensitive dataid
(String) The ID of this resource.inherent_risk
(Number) The risk that an activity would pose if no controls or other mitigating factors were in placeprogress
(Number) Project progressresidual_risk
(Number) The risk that remains after controls are taken into accountstate
(String) When a project is created, it can have state active or archivetime_spent
(Number) The total time spent on the projectupdated_at
(String) The timestamp identifying when the project was updatedcustom_attributes
Optional:
id
(String) The ID of the custom attribute that this custom attribute value is forterm
(String) The user defined term used to identify the custom attributevalue
(Set of String) The value or values (for multiselect) to set this custom attribute to