Skip to content

Commit 87ae7c1

Browse files
authored
Merge pull request #230 from hashicorp/repo-sync
repo sync
2 parents 5267ce9 + 684fab4 commit 87ae7c1

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

website/data/cloud-docs-nav-data.json

+4
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,10 @@
578578
{
579579
"title": "Run Tasks Integration",
580580
"path": "integrations/run-tasks"
581+
},
582+
{
583+
"title": "AWS Service Catalog Integration",
584+
"path": "integrations/aws-service-catalog"
581585
}
582586
]
583587
},
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
page_title: Terraform Cloud for AWS Service Catalog
3+
description: >-
4+
Provision infrastructure with HashiCorp Terraform Cloud inside AWS Service Catalog
5+
---
6+
7+
# Terraform Cloud for AWS Service Catalog overview
8+
9+
This integration allows administrators to curate a portfolio of pre-approved Terraform configurations on AWS Service Catalog. This enables end users like engineers, database administrators, and data scientists to deploy these Terraform configurations with a single action from the AWS interface. By combining Terraform Cloud with AWS Service Catalog, we’re combining a self-service interface that many customers are familiar with, AWS Service Catalog, with the existing workflows and policy guardrails of Terraform Cloud.
10+
11+
<!-- BEGIN: TFC:only name:pnp-callout -->
12+
@include 'tfc-package-callouts/aws-service-catalog.mdx'
13+
<!-- END: TFC:only name:pnp-callout -->
14+
15+
## Installation & Configuration
16+
17+
To start using this integration, you'll need to install the [AWS Service Catalog Engine for Terraform Cloud](https://github.com/hashicorp/aws-service-catalog-engine-for-tfc) provided by HashiCorp on GitHub by following the [setup instructions](https://github.com/hashicorp/aws-service-catalog-engine-for-tfc#getting-started) provided in the README. If you run into any setup troubles along the way, the README also includes [troubleshooting steps](https://github.com/hashicorp/aws-service-catalog-engine-for-tfc#troubleshooting) that should help resolve common issues that you may encounter.
18+
19+
With the engine installed, the necessary code and infrastructure to integrate the Terraform Cloud engine with AWS Service Catalog will automatically be configured. The setup can be completed in just a few minutes, and it only needs to be done once. Once the setup is complete, you can immediately start using AWS Service Catalog to develop and manage AWS Service Catalog products, and make them accessible to your end users across all your accounts.
20+
21+
## Usage
22+
23+
You can access this new feature through the AWS Service Catalog console in any AWS regions where AWS Service Catalog is supported and follow the AWS' Service Catalog Administrator Guide to [create your first Terraform Cloud product](https://docs.aws.amazon.com/servicecatalog/latest/adminguide/getstarted-product-Terraform.html).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-> **Note:** The AWS Service Catalog Engine depends on Team management, which is only available in Terraform Cloud **Standard** Edition. Refer to [Terraform Cloud pricing](https://www.hashicorp.com/products/terraform/pricing) for details.

0 commit comments

Comments
 (0)