You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Partial containing MDX/JSX element (Note component) - matches beta/explorer.mdx
1412
+
constpartialContent=`<Note>
1413
+
1414
+
This feature is in beta. We recommend only using it non-production environments because updates during the beta phase may require you to destroy the explorer database. Running the explorer may increase the load on the Terraform Enterprise server in unexpected ways, resulting in slowdowns or outages.
1415
+
1416
+
Explorer on Terraform Enterprise only has access to the information available in the runs from Terraform Enterprise 1.0.0 and later.
1417
+
You can provide feedback on this feature by selecting **Give Feedback** from the **Actions** menu or by contacting your account team.
1418
+
1419
+
</Note>
1420
+
`
1421
+
1422
+
constmainContent=`---
1423
+
page_title: HCP Terraform explorer for workspace visibility
1424
+
description: >-
1425
+
Learn how to find data about your resource, module, and provider usage across
1426
+
workspaces and projects in HCP Terraform with the explorer for workspace
1427
+
visibility.
1428
+
---
1429
+
# Explorer for workspace visibility
1430
+
1431
+
<!-- BEGIN: TFEnterprise:only name:explorer -->
1432
+
@include 'beta/explorer.mdx'
1433
+
<!-- END: TFEnterprise:only name:explorer -->
1434
+
1435
+
As your organization grows, keeping track of your sprawling infrastructure estate can get increasingly more complicated. The explorer for workspace visibility helps surface a wide range of valuable information from across your organization.
0 commit comments