Skip to content

Commit

Permalink
add example of running apply with -parallelism=1 to docs index (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps authored Jan 4, 2024
1 parent 3af69ca commit df08657
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,17 @@ provider "sigsci" {
# Resources

For examples of how to use each resource, see [docs/resources](./resources).

## FAQ

FAQ can be found in [docs/guides/FAQ.md](./docs/guides/FAQ.md).

## Errors

Errors occasionally occur when updating certain resources. If an error occurs please try re-running with `-parallelism=1`:

```
$ terraform apply -parallelism=1
```

If running with `-parallelism=1` does not resolve the error, please open an issue.
14 changes: 14 additions & 0 deletions templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,17 @@ cd terraform-provider-sigsci && make build
# Resources

For examples of how to use each resource, see [docs/resources](./resources).

## FAQ

FAQ can be found in [docs/guides/FAQ.md](./docs/guides/FAQ.md).

## Errors

Errors occasionally occur when updating certain resources. If an error occurs please try re-running with `-parallelism=1`:

```
$ terraform apply -parallelism=1
```

If running with `-parallelism=1` does not resolve the error, please open an issue.

0 comments on commit df08657

Please sign in to comment.