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

update

Updates a provider version configuration.

Usage

terrakube provider-version update --organization <ORG> --provider <PROV> --id <VER_ID> [flags]

Examples

terrakube provider-version update -o "$ORG_ID" --provider "$PROV_ID" --id "$VER_ID" --version-number "3.0.1" --protocols "5.0" --output json

Last updated

Was this helpful?