Image Overview: opentofu

Overview: opentofu Chainguard Image

opentofu lets you declaratively manage your cloud infrastructure.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/opentofu:latest

The image sets opentofu as the entrypoint. To run it:

Usage: opentofu [global options] <subcommand> [args]

The available commands for execution are listed below.
The primary workflow commands are given first, followed by
less common or more advanced commands.

Main commands:
  init          Prepare your working directory for other commands
  validate      Check whether the configuration is valid
  plan          Show changes required by the current configuration
  apply         Create or update infrastructure
  destroy       Destroy previously-created infrastructure

All other commands:
  console       Try opentofu expressions at an interactive command prompt
  fmt           Reformat your configuration in the standard style
  force-unlock  Release a stuck lock on the current workspace
  get           Install or upgrade remote opentofu modules
  graph         Generate a Graphviz graph of the steps in an operation
  ...

Last updated: 2024-04-11 12:38