{% extends 'template.html' %} {% block content %} {% if module_version %} {% endif %}
{% if provider_logo.exists %} {{ provider_logo.alt }} {% endif %}
{% block main_details %}{% endblock %}
{% if module_version %}
{% if not current_module.is_submodule %}
Module Downloads All Versions
Downloads this week
Downloads this month
Downloads this year
Downloads over all time
{% endif %}
Usage
module "{{ module.name }}" {
    source  = "{{ server_hostname }}/{{ current_module.registry_id }}"
    version = "{{ module_version.version }}"

    # Provide variables here
    # See 'Resource Builder' tab for an interactive builder
    # example = "value"
}
{% endif %}
{% if current_module %}
{{ current_module.get_readme_html()|safe }}
{% if not current_module.is_submodule %} {% endif %} {% endif %}
{% if current_module %} {% endif %} {% endblock %} {% block additional_footer %}

{% if provider_logo.exists %} {{ provider_logo.tos }} {% endif %}

{% endblock %}