{% 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
To use this module:
  1. Add the following example to your terraform,
  2. Ensure the "{{ EXAMPLE_ANALYTICS_TOKEN }}" placeholder must be replaced with your '{{ ANALYTICS_TOKEN_PHRASE }}',
  3. Add the required inputs - use the 'Usage Builder' tab for help and 'Inputs' tab for a full list.
module "{{ module.name }}" {
    source  = "{{ server_hostname }}/{{ EXAMPLE_ANALYTICS_TOKEN }}__{{ current_module.registry_id }}"
    version = "{{ module_version.get_terraform_example_version_string() }}"

    # Provide variables here
}
{% endif %}
{% if current_module %}
{{ current_module.get_readme_html()|safe }}
{% if current_module.is_example %} {% endif %} {% 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 %}