
    Vh                    $    d dl mZ  G d d      Zy)    )annotationsc                      e Zd ZdZy)ModuleDocFragmenta  
options:
  api_token:
    description:
      - The API Token for the Hetzner Cloud.
      - You can also set this option by using the C(HCLOUD_TOKEN) environment variable.
    required: True
    type: str
  api_endpoint:
    description:
      - The API Endpoint for the Hetzner Cloud.
      - You can also set this option by using the C(HCLOUD_ENDPOINT) environment variable.
    default: https://api.hetzner.cloud/v1
    type: str
    aliases: [endpoint]

requirements:
  - python-dateutil >= 2.7.5
  - requests >=2.20

seealso:
  - name: Documentation for Hetzner Cloud API
    description: Complete reference for the Hetzner Cloud API.
    link: https://docs.hetzner.cloud
N)__name__
__module____qualname__DOCUMENTATION     o/home/dcms/DCMS/lib/python3.12/site-packages/ansible_collections/hetzner/hcloud/plugins/doc_fragments/hcloud.pyr   r      s	    Mr   r   N)
__future__r   r   r
   r   r   <module>r      s   
 # r   