This is still WIP, please stand by
The kOps Resource Provider lets you manage kOps resources.
This pulumi provider is based upon the terraform-provider-kops.
If you encounter a bug or missing feature, first check the pulumi-kops
repo.
However, if that doesn't turn up anything, please consult the source terraform-provider-kops
repo.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumi/kops
or yarn
:
yarn add @pulumi/kops
To use from Python, install using pip
:
pip install pulumi_kops
To use from Go, use go get
to grab the latest version of the library:
go get github.com/ederst/pulumi-kops/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Kops
The following configuration points are available for the kops
provider:
kops:apiKey
(environment:KOPS_API_KEY
) - the API key forkops
kops:region
(environment:KOPS_REGION
) - the region in which to deploy resources
For detailed reference documentation, please visit the Pulumi registry.