Skip to content

Commit 5f6d58d

Browse files
authored
Update partnerships.mdx (#1080)
Updating the Terraform integration program page with further updates and bringing back the HCP TF and TFE partner badges until we have better guidance for partners and can remove those from the HashiCorp partner page as well.
2 parents b8612c9 + 5ba54e7 commit 5f6d58d

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

content/terraform-docs-common/docs/docs/partnerships.mdx

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Terraform ecosystem enables users to apply Terraform across different use ca
2525

2626
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.
2727

28-
![Integration program diagram](/img/docs/terraform-integration-program-diagram.png)
28+
![Integration program diagram](/img/docs/terraform-integration-program-diagram-updated.png)
2929

3030
## Terraform Provider Integrations
3131

@@ -41,6 +41,7 @@ Our Terraform Provider partners typically have the following use cases, as liste
4141
- **Database:** These partners offer capabilities to provision and configure your database resources.
4242
- **Data Management:** These partners focus on data center storage, backup, and recovery solutions.
4343
- **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
4445
- **Logging & Monitoring:** These partners offer the capability to configure and manage services such as loggers, metric tools, and monitoring services.
4546
- **Networking:** These partners integrate with network-specific hardware and virtualized products such as routing, switching, firewalls, and SD-WAN solutions.
4647
- **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
197198

198199
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.
199200

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.
202+
203+
<span style={{display:'block', textAlign:'center'}}>
204+
<ImageConfig inline height={192} width={192}>
205+
206+
![HCP Terraform](/img/docs/tfc-badge.png)
207+
208+
</ImageConfig>
209+
<ImageConfig inline height={192} width={192}>
210+
211+
![Terraform Enterprise](/img/docs/tfe-badge.png)
212+
213+
</ImageConfig>
214+
</span>
215+
216+
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+
200219
HCP Terraform and Terraform Enterprise integrations development have the following five steps:
201220

202221
![RunTask Program Process](/img/docs/runtask-program-steps.png)
203222

204-
1. **Engage**: Sign up for the Technology Partner
205-
Program
223+
1. **Engage**: Sign up for the Technology Partner Program
206224
1. **Develop & Test**: Understand and build using the API integration for Run Tasks
207225
1. **Review**: Review integration with HashiCorp Alliances team
208226
1. **Release**: Provide documentation for your Integration
1.81 MB
Loading

0 commit comments

Comments
 (0)