Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 848 Bytes

File metadata and controls

44 lines (30 loc) · 848 Bytes
page_title subcategory description
morpheus_wiki_page Resource - terraform-provider-morpheus
Provides a Morpheus wiki page resource

morpheus_wiki_page

Provides a Morpheus wiki page resource

Example Usage

resource "morpheus_wiki_page" "tfexample_wiki_page" {
  name     = "tfexample_wiki_page"
  category = "morpheus-terraform"
  content  = file("${path.module}/terraform-wiki.md")
}

Schema

Required

  • name (String) The name of the wiki page

Optional

  • category (String) The category of the wiki page
  • content (String) The content of the wiki page

Read-Only

  • id (String) The ID of the wiki page

Import

Import is supported using the following syntax:

terraform import morpheus_wiki_page.tf_example_wiki_page 1