Skip to content
Open
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
6 changes: 3 additions & 3 deletions integrations/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ You use the [$COMPANY Terraform provider][terraform-provider] to manage $SERVICE
1. Create a `terraform.tfvars` file in the same directory as your `main.tf` to pass in the variable values:

```hcl
export TF_VAR_ts_project_id="<your-timescale-project-id>"
export TF_VAR_ts_access_key="<your-timescale-access-key>"
export TF_VAR_ts_secret_key="<your-timescale-secret-key>"
ts_project_id = "<your-timescale-project-id>"
ts_access_key = "<your-timescale-access-key>"
ts_secret_key = "<your-timescale-secret-key>"
```

1. **Add your resources**
Expand Down