page_title | subcategory | description |
---|---|---|
morpheus_motd_policy Resource - terraform-provider-morpheus |
Provides a Morpheus message of the day policy resource |
Provides a Morpheus message of the day policy resource
resource "morpheus_motd_policy" "tf_example_motd_policy" {
name = "tf_example_motd_policy"
description = "terraform example global user creation policy"
enabled = true
title = "TF Example MOTD"
message = "This is a test message of the day message"
message_type = "info"
full_page = true
}
message
(String) The message of the message of the dayname
(String) The name of the message of the day policytype
(String) The message type of the message of the day (info, warning, critical)
description
(String) The description of the message of the day policyenabled
(Boolean) Whether the policy is enabledfull_page
(String) Whether the message of the day is displayed as a full page or just a notification dialog boxtenant_ids
(List of Number) A list of tenant IDs to assign the policy totitle
(String) The title of the message of the day
id
(String) The ID of the message of the day policy
Import is supported using the following syntax:
terraform import morpheus_motd_policy.tf_example_motd_policy 1