{% extends "base.html" %} {% block content %} {% from 'include/input_macros.html' import input, select, checkbox %} {% include 'include/del_confirm.html' %}
{% if not is_needed_tool %}

You have not installed Terraform.

There is no server

Read here how to install Terraform.

{% else %} {% if role == 1 %} {% endif %} {% include 'ajax/provisioning/provisioned_servers.html' %}
{{lang.words.name|title()}} {{lang.words.provider|title()}}{{lang.words.group|title()}}{{lang.words.cloud|title()}} {{lang.words.region|title()}} {{lang.words.OS}} IP {{lang.words.instance_type}} {{lang.words.status|title()}} {{lang.words.created_at}}

+ {{lang.words.add|title()}} {% endif %}
{% if role == 1 %} {% endif %} {% include 'ajax/provisioning/providers.html' %}
{{lang.words.name|title()}} {{lang.words.cloud|title()}}{{lang.words.group|title()}}{{lang.words.created_at}} {{lang.words.edited_at}}

+ {{lang.words.add|title()}}
{% include 'include/provisioning/creating_dialogs.html' %} {% include 'include/provisioning/providers_dialogs.html' %} {% endblock %}