An open API service indexing awesome lists of open source software.

https://github.com/alertbox/feature-setup-opentofu

Set up your @devcontainers with a specific version of OpenTofu
https://github.com/alertbox/feature-setup-opentofu

devcontainer-features developer-tools opentofu

Last synced: 8 months ago
JSON representation

Set up your @devcontainers with a specific version of OpenTofu

Awesome Lists containing this project

README

          


Logo


Setup OpenTofu in Dev Containers

Download, install, and setup specific version of [OpenTofu](https://opentofu.org) in your Dev Container.

## Quick Start

[![Open a Dev Container](https://img.shields.io/static/v1?style=for-the-badge&label=Dev+Container&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/alertbox/try-dotnet-on-azure)

You can also add this feature to your `devcontainer.json` file.

```json filename="devcontainer.json"
"features": {
"ghcr.io/alertbox/opentofu/tofu:1": {}
}
```
## Options

See [src/tofu](./src/tofu/README.md) folder to learn more about options.

## Contributing

The official repo to contribute would be [@opentofu/opentofu](https://github.com/opentofu/opentofu?tab=readme-ov-file#readme).

Have a suggestion or a bug fix? Just open a pull request or an issue. Include clear and simple instructions possible.

## License

Copyright (c) The Alertbox, Inc. (@alertbox). All rights reserved.

The source code is license under the [MIT license](#MIT-1-ov-file).