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

update

Updates a provider's metadata.

Usage

terrakube provider update --organization <ORG> --id <PROV_ID> [flags]

Examples

terrakube provider update -o "$ORG_ID" --id "$PROV_ID" --name "random1234" --description "Updated provider description" --output json

Last updated

Was this helpful?