Skip to content

Commit 8a243d8

Browse files
authored
Merge branch 'main' into et-compress-currently-deployed-images
2 parents ac5d638 + a2bf34a commit 8a243d8

File tree

4,644 files changed

+21089
-16941
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,644 files changed

+21089
-16941
lines changed

.github/workflows/check-prebuild-binaries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 'scripts/prebuild/**'
77
- 'scripts/utils/**'
88
- 'scripts/algolia/**'
9+
- 'productConfig.mjs'
910

1011
permissions:
1112
contents: read
@@ -27,6 +28,7 @@ jobs:
2728
scripts/prebuild/**
2829
scripts/utils/**
2930
scripts/algolia/**
31+
productConfig.mjs
3032
files_ignore: |
3133
scripts/prebuild/prebuild-arm-mac-binary.gz
3234
scripts/prebuild/prebuild-x64-linux-binary.gz
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* Copyright (c) HashiCorp, Inc.
3+
* SPDX-License-Identifier: BUSL-1.1
4+
*/
5+
6+
import { PRODUCT_CONFIG } from '#productConfig.mjs'
7+
8+
export async function GET() {
9+
return Response.json({
10+
result: Object.keys(PRODUCT_CONFIG),
11+
})
12+
}

content/terraform-docs-agents/v1.25.x/docs/cloud-docs/agents/agent-pools.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ description: >-
88

99
HCP Terraform organizes agents into agent pools. An agent pool represents a group of agents that lets HCP Terraform communicate with isolated, private, or on-premises infrastructure. When you configure a workspace or Stack to execute runs using agents, any available agent in that workspace or Stack's associated agent pool can complete the run.
1010

11+
This topic describes how to manually manage agent pools in HCP Terraform. For information on how to manage agent pools as part of your Kubernetes infrastructure, refer to the [HCP Terraform Operator for Kubernetes overview](/terraform/cloud-docs/integrations/kubernetes)
12+
1113
<Note>
1214

1315
Terraform Enterprise does not support Stacks. You can only scope agent pools to workspaces and projects in Terraform Enterprise.

content/terraform-docs-agents/v1.25.x/docs/cloud-docs/agents/agents.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ export TFC_AGENT_NAME=your-agent-name
7575
```
7676
Once complete, your agent and its status appear on the **Agents** page in the HCP Terraform UI. Workspaces can now use this agent pool for runs. Refer to [Configure Workspaces to Use the Agent](/terraform/cloud-docs/agents/agent-pools#configure-workspaces-to-use-the-agent) for details.
7777

78+
## Run agents with the HCP Terraform Operator for Kubernetes
79+
80+
The HCP Terraform Operator for Kubernetes allows you to create, manage, and automatically scale agents and agent pools as part of your Kubernetes infrastructure. For more information, refer to the [HCP Terraform Operator for Kubernetes overview](/terraform/cloud-docs/integrations/kubernetes). For instructions on how to install the operator, refer to [Set up the HCP Terraform Operator for Kubernetes](/terraform/cloud-docs/integrations/kubernetes/setup).
81+
7882
## Optional configuration
7983

8084
The optional configurations for customizing the agent include building a custom Docker image that grants sudo privileges for software installation, running in single-execution mode to process a single workload before terminating, and enabling request forwarding for secure access to private resources.
-31.4 KB
Loading
-31.3 KB
Loading
-46 KB
Loading
-8.53 KB
Loading
-706 KB
Loading
-663 KB
Loading

0 commit comments

Comments
 (0)