From 0e104408736e2615ca6f2cf23cc6ff3f61993f01 Mon Sep 17 00:00:00 2001 From: johnathanvidu Date: Wed, 10 Jun 2026 15:56:29 +0300 Subject: [PATCH] add owner/initiator_active_environments_from_blueprint_in_space --- docs/governance/policies.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/governance/policies.md b/docs/governance/policies.md index 67beef79b..21e6cd287 100644 --- a/docs/governance/policies.md +++ b/docs/governance/policies.md @@ -164,7 +164,9 @@ For __environment__ policies, the input is the following json object: "action_type": "Launch" // options: "Launch", "Extend" }, "owner_active_environments_in_space": 1, // # of the current owner's active environments in space - "owner_active_environments_in_account": 1, // # of the current owner's active environments in the account + "owner_active_environments_in_account": 1, // # of the current owner's active environments in the account + "owner_active_environments_from_blueprint_in_space": 2, // total # of environments launched by the owner and using the blueprint + "initiator_active_environments_from_blueprint_in_space": 1, // total # of environments launched by the owner or launcher and using the blueprint "active_environments_in_space": 1, // total # of active environments in the space "active_environments_in_account": 2 // total # of active environments in the account } @@ -215,7 +217,9 @@ For __consumption__ policies, the input is similar to the object in __environmen "action_type": "Launch" // options: "Launch", "Extend" }, "owner_active_environments_in_space": 1, // # of the current owner's active environments in space - "owner_active_environments_in_account": 1, // # of the current owner's active environments in the account + "owner_active_environments_in_account": 1, // # of the current owner's active environments in the account + "owner_active_environments_from_blueprint_in_space": 2, // total # of environments launched by the owner and using the blueprint + "initiator_active_environments_from_blueprint_in_space": 1, // total # of environments launched by the owner or launcher and using the blueprint "active_environments_in_space": 1, // total # of active environments in the space "active_environments_in_account": 2 // total # of active environments in the account }