page_title | subcategory | description |
---|---|---|
morpheus_environment Resource - terraform-provider-morpheus |
Provides a Morpheus environment resource |
Provides a Morpheus environment resource
resource "morpheus_environment" "tf_example_environment" {
active = true
code = "tfexample"
description = "Terraform Example"
name = "tfexample"
}
name
(String) The name of the environment
active
(Boolean) Whether the environment is enabled or notcode
(String) The code of the environmentdescription
(String) The description of the environmentvisibility
(String) Whether the environment is visible in sub-tenants or not
id
(String) The ID of the environment
Import is supported using the following syntax:
terraform import morpheus_environment.tf_example_environment 1