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