From 40cf9dd582ad47efcc2ee81b57682fd9fec541ad Mon Sep 17 00:00:00 2001 From: Christian Nunciato Date: Wed, 13 Mar 2024 14:43:18 -0700 Subject: [PATCH 1/2] Update _index.md --- docs/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_index.md b/docs/_index.md index 5385ae1..df6cce0 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -1,10 +1,10 @@ --- title: Control Plane (cpln) meta_desc: Provides an overview of the Control Plane (cpln) Provider for Pulumi. -layout: overview +layout: package --- -The Control Plane (cpln) pulumi provider enables the scaffolding of any Control Plane(https://controlplane.com/) object as cose. It enables infrastructure as code with all the added benefit of the global virtual cloud (GVC). You can build your VPCs, subnets, databases, queues, caches, etc. and overlay them with a multi-cloud/multi-region universal compute workloads that span regions and clouds. Nearly everything you can do using the Control Plane CLI, UI or API is available using Pulumi. +The Control Plane (cpln) Pulumi provider enables the scaffolding of any Control Plane (https://controlplane.com/) object as code. It enables infrastructure as code with all the added benefit of the global virtual cloud (GVC). You can build your VPCs, subnets, databases, queues, caches, etc., and overlay them with a multi-cloud/multi-region universal compute workloads that span regions and clouds. Nearly everything you can do using the Control Plane CLI, UI or API is available using Pulumi. ## Example @@ -15,7 +15,7 @@ The Control Plane (cpln) pulumi provider enables the scaffolding of any Control import * as cpln from "@pulumiverse/cpln"; const location = new cpln.Location("example", { - name: "aws-us-west-2" + name: "aws-us-west-2" }); ``` @@ -44,7 +44,7 @@ func main() { pulumi.Run(func(ctx *pulumi.Context) error { location, err := cpln.NewLocation(ctx, "example", &cpln.LocationArgs{ - Name: pulumi.String("aws-us-west-2"), + Name: pulumi.String("aws-us-west-2"), }) if err != nil { return fmt.Errorf("error creating location: %v", err) @@ -77,4 +77,4 @@ class cpln : Stack {{% /choosable %}} -{{< /chooser >}} \ No newline at end of file +{{< /chooser >}} From f8ed6ca31b395901dddb1ea89f59fc82b15e167f Mon Sep 17 00:00:00 2001 From: Christian Nunciato Date: Wed, 13 Mar 2024 14:52:36 -0700 Subject: [PATCH 2/2] Update installation-configuration.md --- docs/installation-configuration.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/installation-configuration.md b/docs/installation-configuration.md index 836c46a..1334bf5 100644 --- a/docs/installation-configuration.md +++ b/docs/installation-configuration.md @@ -1,7 +1,7 @@ --- title: Control Plane (cpln) Installation & Configuration meta_desc: Information on how to install the Control Plane (cpln) provider. -layout: installation +layout: package --- ## Installation @@ -15,7 +15,9 @@ The Pulumi Control Plane (cpln) provider is available as a package in all Pulumi ## Setup -To provision resources with the Pulumi Control Plane (cpln) provider, you need to [authenticate with one of the available options](https://registry.terraform.io/providers/controlplane-com/cpln/latest/docs#authentication). +To provision resources with the Pulumi Control Plane (cpln) provider, you need to authenticate with one of the available options. + +TODO: Enumerate those here. ## Configuration Options @@ -24,7 +26,7 @@ Use `pulumi config set cpln: