page_title | subcategory | description |
---|---|---|
morpheus_instance_catalog_item Resource - terraform-provider-morpheus |
Provides a Morpheus instance catalog item resource |
Provides a Morpheus instance catalog item resource
resource "morpheus_instance_catalog_item" "tf_example_instance_catalog_item" {
name = "tfexample_instance_catalog"
description = "terraform example instance catalog item"
image_path = "tfexample.png"
image_name = "tfexample.png"
enabled = true
featured = true
content = <<TFEOF
{"name":"test"}
TFEOF
config = <<TFEOF
{"name":"test"}
TFEOF
visibility = "private"
}
config
(String) The instance config associated with the instance catalog itemname
(String) The name of the instance catalog itemvisibility
(String) The visibility of the instance catalog item (public or private)
category
(String) The category of the instance catalog itemcontent
(String) The markdown content associated with the instance catalog itemdescription
(String) The description of the instance catalog itemenabled
(Boolean) Whether the instance catalog item is enabledfeatured
(Boolean) Whether the instance catalog item is featuredform_id
(Number) The id of the form associated with the workflow catalog itemimage_name
(String) The file name of the instance catalog item logo imageimage_path
(String) The file path of the instance catalog item logo image including the file namelabels
(Set of String) The organization labels associated with the catalog item (Only supported on Morpheus 5.5.3 or higher)option_type_ids
(List of Number) The list of option type ids associated with the instance catalog item
id
(String) The ID of the instance catalog item
Import is supported using the following syntax:
terraform import morpheus_instance_catalog_item.tf_example_instance_catalog_item 1