Terraform Output Dashboard
{% if output %}
Terraform Script Output
Terraform Script Ran Successfully!
{{ output }}
{% elif credential_error %}
AWS Credentials Error
AWS credentials file not found. Please set AWS credentials first in the Admin Panel.
{% elif error %}
Show Error
Terraform Script Failed
{{ error }}
{% else %}
No operation performed yet.
{% endif %}