Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 750 Bytes

boot_script.md

File metadata and controls

42 lines (28 loc) · 750 Bytes
page_title subcategory description
morpheus_boot_script Resource - terraform-provider-morpheus
Provides a Morpheus boot script resource

morpheus_boot_script

Provides a Morpheus boot script resource

Example Usage

resource "morpheus_boot_script" "tf_example_boot_script" {
  name    = "TF Example Boot Script"
  content = "ls"
}

Schema

Required

  • name (String) The name of the boot script

Optional

  • content (String) The content of the boot script

Read-Only

  • id (String) The ID of the boot script

Import

Import is supported using the following syntax:

terraform import morpheus_boot_script.tf_example_boot_script 1