Commit ac8f80c
authored
feat: add workspace selection (#35)
## what
- Update the terraform plan/apply/refresh to select a workspace
## why
- This is the pattern we use for clients and have setup in mp-infra
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Enhanced Terraform deployment pipeline by adding automatic workspace
initialization. Plan, apply, and refresh operations now automatically
verify and create required workspaces for target environments before
execution. This streamlines the deployment process and reduces manual
setup requirements while preserving existing validation checks.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 8c908c2 commit ac8f80c
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| 95 | + | |
93 | 96 | | |
0 commit comments