Terraform Cloud
Visualize Terraform Cloud data, map Terraform Cloud users to employees, and monitor changes through queries and alerts.
- Installation guide
- Terraform Cloud data model
Installation
To add this integration within your JupiterOne workspace, you will need to create an API Token on Terraform Cloud.
See Terraform Cloud's documentation for more information.
Configuration in JupiterOne
To install the Terraform Cloud integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Terraform Cloud. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the Terraform Cloud account in JupiterOne. Ingested entities will have this value stored in
tag.AccountName
when theAccountName
toggle is enabled.Description to assist in identifying the integration instance, if desired.
Polling Interval that you feel is sufficient for your monitoring needs. You may leave this as
DISABLED
and manually execute the integration.Your Terraform Cloud API Key.
Click Create once all values are provided to finalize the integration.
Next steps
Now that your integration instance has been configured, it will begin running on the polling interval you provided, populating data within JupiterOne. Continue on to our Instance management guide to learn more about working with and editing integration instances.
Data Model
Entities
The following entities are created:
Resources | Entity _type | Entity _class |
---|---|---|
Account | tfe_account | Account |
Entitlement Set | tfe_entitlement_set | Entity |
Organization | tfe_organization | Organization |
Resource | tfe_workspace_resource | Resource |
Team | tfe_team | Team |
User | tfe_user | User |
Workspace | tfe_workspace | Project |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
tfe_account | HAS | tfe_organization |
tfe_organization | HAS | tfe_entitlement_set |
tfe_organization | HAS | tfe_team |
tfe_organization | HAS | tfe_user |
tfe_organization | HAS | tfe_workspace |
tfe_workspace | HAS | tfe_workspace_resource |