Basic Terraspace commands

Oct 10, 2024

Some basic commands, will keep on updating soon…

1. Start a new project

terraspace new project project-name --plugin aws

2. Create new stack

terraspace new stack stack_name

3. Plan a stack

terraspace plan stack_name

4. Deploy a stack

terraspace up stack_name

5. Destroy a stack

terraspace down stack_name

--

--

Sameer Gurung
Sameer Gurung

Written by Sameer Gurung

A Software Engineer, who also turns to be a JavaScript enthusiast. Currently working with NodeJs, Angular, Ionic and AWS. Catch me: https://smrgrg.com

No responses yet