{% extends "layouts/base.html" %} {% from 'helpers/_forms.html' import render_field %} {% block title %} Edit Stack {% endblock %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}
{% include 'includes/navigation.html' %}

Stack Details

Stack Docs

Details

Name Value
Name {{ stack.stack_name }}
Branch {{ stack.branch }}
Iac Type {{ stack.iac_type }}
IaC Version {{ stack.tf_version }}
Git Repository {{ stack.git_repo }}
Description {{ stack.description }}
Squad access {{ stack.squad_access }}
{{ readme_html | safe }}
Deploy Stack
{% include 'includes/footer.html' %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}