Skip to content

Commit 1cb9ee1

Browse files
authored
Merge pull request #3013 from port-labs/PORT-16500-bug-missing-description-of-token-in-terraform-cloud
Update Terraform Cloud API token documentation to specify required permissions
2 parents cb3d2ba + cddc33b commit 1cb9ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/terraform-cloud/terraform-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ This table summarizes the available parameters for the installation.
178178
| `initializePortResources` | When set to true the integration will create default blueprints and the port App config Mapping, defaults is true. | ❌ |
179179
| `sendRawDataExamples` | Enable sending raw data examples from the third party API to port for testing and managing the integration mapping, default is true. | ❌ |
180180
| `integration.config.terraformCloudHost` | Your Terraform host. For example `https://app.terraform.io` | ✅ |
181-
| `integration.config.terraformCloudToken` | The Terraform cloud API token, docs can be found [here](https://developer.hashicorp.com/terraform/cloud-docs/users-teams-organizations/api-tokens) | ✅ |
181+
| `integration.config.terraformCloudToken` | Terraform Cloud API token with read permissions for organizations, projects, workspaces, runs, and state versions. Provide any one of the following tokens: user API token (default read scopes), team API token (read access to those resources), or organization API token (equivalent read permissions). Docs can be found [here](https://developer.hashicorp.com/terraform/cloud-docs/users-teams-organizations/api-tokens) | ✅ |
182182

183183
<br/>
184184

0 commit comments

Comments
 (0)