# 2 - Terraform Stack (local\_file)

{% embed url="<https://beta-terraforge-public-assets.s3.amazonaws.com/first-steps-2-terraform-stack.mp4>" %}

## Steps

1. Navigate to **Stacks** on the left side menu
2. Click **+ ADD  STACK** on the left side
3. Set **Name** to `tutorial-text-file`&#x20;
4. Set **Description** to `Create a text-file on localhost`&#x20;
5. Set **Tags** to `tutorial` and `local` (press TAB after typing)
6. Leave all other options as default and click **SAVE**

{% hint style="info" %}
**Marketplace** allows the Stack to be copied across organizations and projects.

**Public** allows all other Terraforge users to copy (but not modify!) this stack from the marketplace.

**Backend** allows to append arguments to the Environment backend&#x20;
{% endhint %}

{% hint style="danger" %}
WARNING: Never store sensitive information in a Stack and enable **Marketplace** and **Public**! Keep Terraform code DRY and free of sensitive information.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.terraforge.io/tutorials/first-steps/2-first-terraform-stack.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
