create
Last updated
Was this helpful?
Registers a new provider in the private registry.
terrakube provider create --organization <ORG> --name <NAME> [flags]--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.
terrakube provider create -o "$ORG_ID" --name "random1234" --description "Custom random provider" --output jsonLast updated
Was this helpful?
Was this helpful?