mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-11 00:22:32 -06:00
Update readme. (#259)
* Update readme. Signed-off-by: Jakub Martin <kubam@spacelift.io> * Add terms of service violation note. Signed-off-by: Jakub Martin <kubam@spacelift.io> * Fix Signed-off-by: Jakub Martin <kubam@spacelift.io> * Remove link due to `Company reserves the right to require prior written consent before linking to the Website.`. Signed-off-by: Jakub Martin <kubam@spacelift.io> * Link ToS via wayback machine. Signed-off-by: Jakub Martin <kubam@spacelift.io> * Update ToS link to "latest". Signed-off-by: Jakub Martin <kubam@spacelift.io> --------- Signed-off-by: Jakub Martin <kubam@spacelift.io>
This commit is contained in:
parent
cd1e084fd9
commit
e5d63e7fa5
@ -10,6 +10,8 @@ All major changes to OpenTF Core go through the public RFC process, including th
|
||||
|
||||
Generally, we appreciate external contributions very much and would love to work with you on them. **However, please make sure to read the [Contributing a Code Change](#contributing-a-code-change) section prior to making a contribution.**
|
||||
|
||||
**Important Note: Since we're still in the cleanup phase of making this repository ready for the first alpha release, we encourage you to wait with any code contributions until this first alpha release is out, to avoid conflicts.**
|
||||
|
||||
---
|
||||
|
||||
<!-- MarkdownTOC autolink="true" -->
|
||||
|
@ -1,10 +1,11 @@
|
||||
# OpenTF
|
||||
|
||||
- Website: https://www.opentf.org
|
||||
- Documentation: [https://www.opentf.org/docs/](https://www.opentf.org/docs/)
|
||||
- Manifesto: https://opentf.org
|
||||
|
||||
<img alt="OpenTF" src="https://raw.githubusercontent.com/opentffoundation/brand-artifacts/main/full/transparent/SVG/on-light.svg" width="600px">
|
||||
|
||||
**Important Note: This repository is currently a work in progress while we're preparing it for the first alpha release and fine-tuning the community contribution process. Please read the [contributing](CONTRIBUTING.md) docs before contributing. Additionally, please be mindful that building this repository in its current state and running it might put you in violation of the [Terraform Registry ToS](https://web.archive.org/web/https://registry.terraform.io/terms), if that's where you fetch your providers or modules from.**
|
||||
|
||||
OpenTF is an OSS tool for building, changing, and versioning infrastructure safely and efficiently. OpenTF can manage existing and popular service providers as well as custom in-house solutions.
|
||||
|
||||
The key features of OpenTF are:
|
||||
@ -19,7 +20,7 @@ The key features of OpenTF are:
|
||||
|
||||
## Developing OpenTF
|
||||
|
||||
This repository contains only OpenTF core, which includes the command line interface and the main graph engine.
|
||||
This repository contains OpenTF Core, which includes the command line interface and the main graph engine.
|
||||
|
||||
- To learn more about compiling OpenTF and contributing suggested changes, refer to [the contributing guide](.github/CONTRIBUTING.md).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user