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

update

Updates implementation attributes.

Usage

terrakube implementation update --organization <ORG> --provider <PROV> --provider-version <VER> --id <IMPL_ID> [flags]

Examples

terrakube implementation update -o "$ORG_ID" --provider "$PROV_ID" --provider-version "$VER_ID" --id "$IMPL_ID" --os "linux" --arch "amd64" --output json

Last updated

Was this helpful?