page_title | subcategory | description |
---|---|---|
morpheus_app_blueprint_catalog_item Resource - terraform-provider-morpheus |
Provides a Morpheus AppBlueprint catalog item resource |
Provides a Morpheus AppBlueprint catalog item resource
resource "morpheus_app_blueprint_catalog_item" "tf_example_app_blueprint_catalog_item" {
name = "tfexample_app_blueprint_catalog"
description = "terraform example app blueprint catalog item"
logo_image_path = "tfexample.png"
logo_image_name = "tfexample.png"
dark_logo_image_path = "tfexampledark.png"
dark_logo_image_name = "tfexampledark.png"
enabled = true
featured = true
labels = ["aws", "demo", "testing"]
content = file("${path.module}/catalog-data.md")
visibility = "public"
blueprint_id = 5
option_type_ids = [2056, 2006, 2058]
app_spec = file("${path.module}/appSpec.yaml")
}
app_spec
(String) The app spec associated with the app blueprint catalog itemblueprint_id
(Number) The id of the blueprint to associate with the app blueprint catalog itemname
(String) The name of the app blueprint catalog itemvisibility
(String) The visibility of the app blueprint catalog item (public or private)
category
(String) The category of the app blueprint catalog itemcontent
(String) The markdown content associated with the app blueprint catalog itemdark_logo_image_name
(String) The file name of the app blueprint catalog item dark mode logo imagedark_logo_image_path
(String) The file path of the app blueprint catalog item dark mode logo image including the file namedescription
(String) The description of the app blueprint catalog itemenabled
(Boolean) Whether the app blueprint catalog item is enabledfeatured
(Boolean) Whether the app blueprint catalog item is featuredform_id
(Number) The id of the form associated with the workflow catalog itemlabels
(Set of String) The organization labels associated with the catalog item (Only supported on Morpheus 5.5.3 or higher)logo_image_name
(String) The file name of the app blueprint catalog item logo imagelogo_image_path
(String) The file path of the app blueprint catalog item logo image including the file nameoption_type_ids
(List of Number) The list of option type ids associated with the app blueprint catalog item
id
(String) The ID of the app blueprint catalog item
Import is supported using the following syntax:
terraform import morpheus_app_blueprint_catalog_item.tf_example_app_blueprint_catalog_item 1