Skip to main content

atmos terraform cache delete

Delete a single cached object (and its metadata sidecar) by its cache key, as shown by atmos terraform cache list.

atmos terraform cache delete --help

Usage

atmos terraform cache delete <key>

Arguments

key
The cache key to delete, e.g. providers/registry.terraform.io/hashicorp/aws/index.json. Use atmos terraform cache list to find keys.

Examples

atmos terraform cache delete providers/registry.terraform.io/hashicorp/aws/index.json