Skip to content

Commit 7d408c8

Browse files
authored
docs: README typo fixes (#90)
`/examples/complete/root-modules/spacelift-automation/tfvars/example.tfvars` doesn't exist. Point at the `examples/complete/root-modules/spacelift-automation` root module example.
1 parent 3fce25e commit 7d408c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Spacelift Automation can manage itself as a Stack as well, and we recommend this
187187
4. Move the Automation configs to the `<root-modules>/spacelift-automation/stacks` directory and push the changes to the tracked repo and branch.
188188
5. After pushed to your repo's tracked branch, Spacelift Automation will track the addition of new root modules and create Stacks for them.
189189

190-
Check out an example configuration in the [examples/complete](./examples/complete/root-modules/spacelift-automation/tfvars/example.tfvars).
190+
Check out an example configuration in the [examples/complete](./examples/complete/root-modules/spacelift-automation).
191191

192192
<!-- NOTE to Masterpoint team: We might want to create a small wrapper to automatize this using Taskit. On hold for now. -->
193193

@@ -245,7 +245,7 @@ By default, this module assumes all stacks are in the same repo as the stack wit
245245

246246
2. Update any Spacelift GitHub apps to allow access to the other repo.
247247
3. Add a directory for remote stacks to _this repo_. It is not recommended to nest the `remote-stacks` directory within the Spacelift automation stack directory because of how the module detects nested stacks (see [masterpointio/terraform-spacelift-automation#80](https://github.com/masterpointio/terraform-spacelift-automation/pull/80), released in
248-
[module v1.5.0](https://github.com/masterpointio/terraform-spacelift-automation/releases/tag/v1.5.0)). For example, here's now it might look for a repo named `other-repo` and a stack named `other-repo-random-pet`:
248+
[module v1.5.0](https://github.com/masterpointio/terraform-spacelift-automation/releases/tag/v1.5.0)). For example, here's how it might look for a repo named `other-repo` and a stack named `other-repo-random-pet`:
249249

250250
```text
251251
this-repo

0 commit comments

Comments
 (0)