page_title | subcategory | description |
---|---|---|
morpheus_wiki_page Resource - terraform-provider-morpheus |
Provides a Morpheus wiki page resource |
Provides a Morpheus wiki page resource
resource "morpheus_wiki_page" "tfexample_wiki_page" {
name = "tfexample_wiki_page"
category = "morpheus-terraform"
content = file("${path.module}/terraform-wiki.md")
}
name
(String) The name of the wiki page
category
(String) The category of the wiki pagecontent
(String) The content of the wiki page
id
(String) The ID of the wiki page
Import is supported using the following syntax:
terraform import morpheus_wiki_page.tf_example_wiki_page 1