For the complete documentation index, see llms.txt. This page is also available as Markdown.

create

Registers a new provider in the private registry.

Usage

terrakube provider create --organization <ORG> --name <NAME> [flags]

Flags

Flag
Short
Type
Required
Description

--organization

-o

String

Yes

Organization ID or name.

--name

-n

String

Yes

Provider name (e.g. random).

--description

-d

String

No

Description of the provider.

Examples

terrakube provider create -o "$ORG_ID" --name "random1234" --description "Custom random provider" --output json

Last updated

Was this helpful?