Removing tower_instance_group from completness

This commit is contained in:
John Westcott IV 2020-08-28 15:29:10 -04:00
parent 2369bcb25c
commit 1bd8f4ad3e

View File

@ -53,8 +53,7 @@ no_api_parameter_ok = {
# that needs to be developed. If the module is found on the file system it will auto-detect that the
# work is being done and will bypass this check. At some point this module should be removed from this list.
needs_development = [
'tower_ad_hoc_command', 'tower_application', 'tower_instance_group', 'tower_inventory_script',
'tower_workflow_approval'
'tower_ad_hoc_command', 'tower_application', 'tower_inventory_script', 'tower_workflow_approval'
]
needs_param_development = {
'tower_host': ['instance_id'],