mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 08:26:28 +00:00
Fix docs and imports for os_project_access
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this software. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
'status': ['preview'],
|
||||
'supported_by': 'community'}
|
||||
@@ -44,6 +47,9 @@ options:
|
||||
resource_name:
|
||||
description:
|
||||
- The resource name (eg. tiny).
|
||||
availability_zone:
|
||||
description:
|
||||
- The availability zone of the resource.
|
||||
requirements:
|
||||
- "shade"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user