create_environment_group
Create an environment group to organize related environments, with optional AWS account binding and custom display settings.
Instructions
Create an environment group.
Args: name: Display name, e.g. "Production accounts". slug: URL-safe id; generated from name if omitted. description: Optional description. display_order: Sort order in the UI. aws_account_id: Optional AWS account id to bind the group to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| slug | No | ||
| description | No | ||
| display_order | No | ||
| aws_account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |