mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Fix docs and imports for os_project_access
This commit is contained in:
parent
2bcce99994
commit
927ef22ad6
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this software. If not, see <http://www.gnu.org/licenses/>.
|
# 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',
|
ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||||
'status': ['preview'],
|
'status': ['preview'],
|
||||||
'supported_by': 'community'}
|
'supported_by': 'community'}
|
||||||
|
@ -44,6 +47,9 @@ options:
|
||||||
resource_name:
|
resource_name:
|
||||||
description:
|
description:
|
||||||
- The resource name (eg. tiny).
|
- The resource name (eg. tiny).
|
||||||
|
availability_zone:
|
||||||
|
description:
|
||||||
|
- The availability zone of the resource.
|
||||||
requirements:
|
requirements:
|
||||||
- "shade"
|
- "shade"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue