page_title | subcategory | description |
---|---|---|
morpheus_boot_script Resource - terraform-provider-morpheus |
Provides a Morpheus boot script resource |
Provides a Morpheus boot script resource
resource "morpheus_boot_script" "tf_example_boot_script" {
name = "TF Example Boot Script"
content = "ls"
}
name
(String) The name of the boot script
content
(String) The content of the boot script
id
(String) The ID of the boot script
Import is supported using the following syntax:
terraform import morpheus_boot_script.tf_example_boot_script 1