Skip to content

Commit

Permalink
docs: fixed some inconsistencies in the import guide (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxenik authored Jan 9, 2025
1 parent abf22c1 commit f0e24ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ cd terraform-provider-rudderstack

## Step 2: Generate your personal access token

Running the tool requires a RudderStack personal access token to be set in the `RUDDERSTACK_ACCESS_TOKEN` environemnt variable. For more information about generating this token, refer to the [RudderStack Documentation](https://www.rudderstack.com/docs/rudderstack-api/personal-access-tokens/).
Running the tool requires a RudderStack personal access token to be set in the `RUDDERSTACK_ACCESS_TOKEN` environemnt variable. For more information about generating this token, refer to the [RudderStack Documentation](https://www.rudderstack.com/docs/dashboard-guides/personal-access-token/).

Once you set this token, you can generate the script using the following command:

```sh
go run ./scripts/bootstrap-terraform.sh
./scripts/bootstrap-terraform.sh
```

The following example sets the personal access token and outputs the script to the `rudderstack.tf` file:
Expand Down

0 comments on commit f0e24ba

Please sign in to comment.