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 >}} 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: