{% extends 'template.html' %} {% block content %} {% if module_version %} {% endif %}
Module Downloads | All Versions |
---|---|
Downloads this week | |
Downloads this month | |
Downloads this year | |
Downloads over all time |
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" }
{% if provider_logo.exists %} {{ provider_logo.tos }} {% endif %}
{% endblock %}