community.general/lib/ansible/modules/cloud/amazon/_ec2_vpc.py

19 lines
499 B
Python
Raw Normal View History

#!/usr/bin/python
# Copyright: Ansible Project
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
__metaclass__ = type
2017-08-16 03:16:38 +00:00
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['removed'],
'supported_by': 'community'}
2016-12-06 10:35:05 +00:00
from ansible.module_utils.common.removed import removed_module
if __name__ == '__main__':
removed_module(removed_in="2.5")