Skip to content

Commit

Permalink
add example of running apply with -parallelism=1 to README (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps authored Dec 20, 2023
1 parent 7c824fe commit 3af69ca
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ provider "sigsci" {

Resource documentation and examples can be found in [docs/resources](./docs/resources).

## FAQ

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

## Example
[main.tf](https://github.com/signalsciences/terraform-provider-sigsci/blob/main/main.tf) has an example of every resource.
```hcl-terraform
Expand Down Expand Up @@ -123,3 +127,13 @@ resource "sigsci_corp_list" "test_list" {
}
```

## 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 3af69ca

Please sign in to comment.