Skip to content

opentofu.org

OpenTofu lets you declaratively manage your cloud infrastructure.

Package Information

  • Domain: opentofu.org
  • Name: opentofu.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install tofu

Programs

This package provides the following executable programs:

  • tofu

Aliases

This package can also be accessed using these aliases:

  • tofu

Available Versions

Show all 19 versions
  • 1.9.1, 1.9.0, 1.8.9, 1.8.8, 1.8.7
  • 1.8.6, 1.8.5, 1.8.4, 1.8.3, 1.8.2
  • 1.8.1, 1.8.0, 1.7.8, 1.7.7, 1.7.6
  • 1.7.5, 1.7.4, 1.7.3, 1.6.0.3

Latest Version: 1.9.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +opentofu.org@1.9.1 -- $SHELL -i

Dependencies

This package depends on:

  • linux:gnu.org/gcc/libstdcxx

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.opentofuorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.