Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 786 Bytes

preseed_script.md

File metadata and controls

42 lines (28 loc) · 786 Bytes
page_title subcategory description
morpheus_preseed_script Resource - terraform-provider-morpheus
Provides a Morpheus preseed script resource

morpheus_preseed_script

Provides a Morpheus preseed script resource

Example Usage

resource "morpheus_preseed_script" "tf_example_preseed_script" {
  name    = "TF Example Preseed Script"
  content = "ls"
}

Schema

Required

  • name (String) The name of the preseed script

Optional

  • content (String) The content of the preseed script

Read-Only

  • id (String) The ID of the preseed script

Import

Import is supported using the following syntax:

terraform import morpheus_preseed_script.tf_example_preseed_script 1