Output files
npx @stackmate/stackmate -c myconfig.yml -d stackmate/my-project
│ ...
├── .stackmate
│ └── config.yml
├── ...
└── index.htmlWhat files are generated by stackmate
my-project
│ ...
├── .stackmate
│ │ stacks/
│ │ └── production
│ │ ├── .terraform
│ │ │ ├── providers
│ │ │ └── terraform.tfstate
│ │ ├── .terraform.lock.hcl
│ │ ├── main.tf.json
│ │ └── plan # optionally, if you run stackmate preview
│ │
│ └── config.yml
├── ...
└── index.htmlShould I commit the files that are generated by Stackmate?
Where does stackmate keep my secrets?
Last updated