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
- Host: GitHub
- URL: https://github.com/alertbox/feature-setup-opentofu
- Owner: alertbox
- License: mit
- Created: 2025-05-31T19:44:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-01T03:11:12.000Z (8 months ago)
- Last Synced: 2025-06-01T12:41:47.512Z (8 months ago)
- Topics: devcontainer-features, developer-tools, opentofu
- Language: Shell
- Homepage: https://opentofu.org
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Setup OpenTofu in Dev Containers
Download, install, and setup specific version of [OpenTofu](https://opentofu.org) in your Dev Container.
## Quick Start
[](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).