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
Copy file name to clipboardExpand all lines: content/terraform-docs-common/docs/cloud-docs/stacks/create.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,13 +66,13 @@ Stacks live alongside workspaces in an HCP Terraform project. To create a new St
66
66
1. After running the command, you can view your new Stack in the HCP Terraform UI, or by running the `terraform stacks list` command:
67
67
68
68
```shell-session
69
-
$ terraform stacks list -organization <ORGANIZATION_NAME> -project <PROJECT_NAME>
69
+
$ terraform stacks list -organization-name <ORGANIZATION_NAME> -project-name <PROJECT_NAME>
70
70
```
71
71
72
72
1. After creating your Stack, you can push up your Stack component and deployment configuration files to create a new configuration version. Use the `terraform stacks configuration upload` command to manually upload your configuration files:
The Terraform CLI uploads the configuration files, and returns a new configuration version ID and sequence number:
@@ -92,7 +92,7 @@ Stacks live alongside workspaces in an HCP Terraform project. To create a new St
92
92
After uploading your configuration, you can watch your Stack's configuration roll out using `terraform stacks configuration watch` to review a list of the deployment groups in your configuration:
Copy file name to clipboardExpand all lines: content/terraform-docs-common/docs/docs/partnerships.mdx
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The Terraform ecosystem enables users to apply Terraform across different use ca
25
25
26
26
Run tasks allow HCP Terraform to execute tasks in external systems at specific points in the HCP Terraform run lifecycle. Workflow partners create run tasks that let them integrate their services directly into the Terraform workflow. Most workflow partners integrate with the Terraform workflow itself. This integration offers much more extensibility to HCP Terraform and Terraform Enterprise customers, enabling them to integrate your services into the HCP Terraform workflow. This feature allows users to add and execute these tasks during the pre-plan, post-plan, pre-apply, and post-apply stages. Refer to the [HCP Terraform Integrations](#hcp-terraform-integrations) or [Terraform Enterprise Integrations](#terraform-enterprise-integrations) documentation for more details.
27
27
28
-

28
+

29
29
30
30
## Terraform Provider Integrations
31
31
@@ -41,6 +41,7 @@ Our Terraform Provider partners typically have the following use cases, as liste
41
41
-**Database:** These partners offer capabilities to provision and configure your database resources.
42
42
-**Data Management:** These partners focus on data center storage, backup, and recovery solutions.
43
43
-**IaaS (Infrastructure-as-a-Service):** These are infrastructure and IaaS providers that offer solutions such as storage, networking, and virtualization.
44
+
-**Infrastructure Management:** These providers enable Terraform to provision, configure, and manage resources on specific managed platforms and other services such as virtual networks and databases
44
45
-**Logging & Monitoring:** These partners offer the capability to configure and manage services such as loggers, metric tools, and monitoring services.
45
46
-**Networking:** These partners integrate with network-specific hardware and virtualized products such as routing, switching, firewalls, and SD-WAN solutions.
46
47
-**PaaS (Platform-as-a-Service):** These are platform and PaaS providers that offer a range of hardware, software, and application development tools. This category includes smaller-scale providers and those with more specialized offerings.
@@ -197,12 +198,29 @@ The external system can then use this run information and respond back to Terraf
197
198
198
199
Beyond run tasks, HCP Terraform and Terraform Enterprise offer powerful API-driven workflows for direct integrations. These direct integrations are ideal for creating custom automation, building integrations with third-party systems such as service catalogs or customer portals, or integrating with CI/CD pipelines to control the entire infrastructure provisioning lifecycle. The API-first design ensures comprehensive control and flexibility, enabling a wide range of integration use cases.
199
200
201
+
Partners who successfully complete an integration with either HCP Terraform or Terraform Enterprise obtain an HCP Terraform or Terraform Enterprise badge. This badge signifies HashiCorp validated the integration under ideal conditions, and that the partner is a member of the HashiCorp Technology Partner Program.
The Terraform Enterprise and Terraform Cloud badges can help drive visibility and differentiate joint partners and customers. These badges are available for partners to use on their digital properties, as per the outlined guidelines in the technology partner guide you receive when becoming a partner.
217
+
218
+
200
219
HCP Terraform and Terraform Enterprise integrations development have the following five steps:
201
220
202
221

203
222
204
-
1.**Engage**: Sign up for the Technology Partner
205
-
Program
223
+
1.**Engage**: Sign up for the Technology Partner Program
206
224
1.**Develop & Test**: Understand and build using the API integration for Run Tasks
207
225
1.**Review**: Review integration with HashiCorp Alliances team
208
226
1.**Release**: Provide documentation for your Integration
0 commit comments