{% extends "layouts/base.html" %} {% block title %} Stacks {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{% include 'includes/navigation.html' %}
Volt logo

All Stacks

List all stacks for deploy

{% if "yoda" in current_user.role or "darth_vader" in current_user.role %} {% endif %} {% for stack in stacks %} {% if "aws" in stack.stack_name %} {% elif "gcp" in stack.stack_name %} {% elif "azure" in stack.stack_name %} {% else %} {% endif %} {% if "yoda" in current_user.role or "darth_vader" in current_user.role %} {% endif %} {% endfor %}
Stack Stack id Stack NameStack Repo | BranchIaC Type IaC version squad_access Description
{% if stack.icon_path %} Icono {% else %} Icono {% endif %} {% if stack.icon_path %} Icono {% else %} Icono {% endif %} {% if stack.icon_path %} Icono {% else %} Icono {% endif %} {% if stack.icon_path %} Icono {% else %} Icono {% endif %} {{ stack.id }}
{{ stack.stack_name }}
repo: {{ stack.git_repo.split('/')[-1] | replace('.git', '') }}
branch: {{ stack.branch }}
copy:
{% if stack.iac_type == 'terraform' %} Terraform Icon {% elif stack.iac_type == 'tofu' %} Tofu Icon {% elif stack.iac_type == 'terragrunt' %} Tofu Icon {% endif %} {{ stack.tf_version }}
{% if "*" in stack.squad_access %} All Squad {% else %} {{ stack.squad_access | join(',') }} {% endif %}
{{ stack.description}}
{% if "yoda" in current_user.role or "darth_vader" in current_user.role %}
{% include 'includes/footer.html' %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}