create
Last updated
Was this helpful?
Creates a new variable collection.
terrakube collection create --organization <ORG> --name <NAME> [flags]--organization
-o
String
Yes
Organization ID or name.
--name
-n
String
Yes
Collection name.
--description
-d
String
No
Description.
--priority
Int
No
Evaluation priority integer (e.g. 10).
terrakube collection create -o "$ORG_ID" \
--name "shared-vars" \
--description "Shared cloud settings" \
--priority 10 \
--output jsonLast updated
Was this helpful?
Was this helpful?