Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fixed some inconsistencies in the import guide #113

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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