diff --git a/integrations/terraform.md b/integrations/terraform.md index de1ec3b585..bc44c65cd1 100644 --- a/integrations/terraform.md +++ b/integrations/terraform.md @@ -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="" - export TF_VAR_ts_access_key="" - export TF_VAR_ts_secret_key="" + ts_project_id = "" + ts_access_key = "" + ts_secret_key = "" ``` 1. **Add your resources**