[collection] Add 'instance' module

Signed-off-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
Rick Elrod
2022-09-19 06:20:12 -05:00
committed by Jeff Bradberry
parent b879cbc2ec
commit 7d645c8ff6
4 changed files with 205 additions and 1 deletions

View File

@@ -82,7 +82,6 @@ needs_development = ['inventory_script', 'instance']
needs_param_development = {
'host': ['instance_id'],
'workflow_approval': ['description', 'execution_environment'],
'instances': ['capacity_adjustment', 'enabled', 'hostname', 'ip_address', 'managed_by_policy', 'node_state', 'node_type'],
}
# -----------------------------------------------------------------------------------------------------------