Add STACKIT logo to README (#387)
This commit is contained in:
parent
32b1fc1ef8
commit
a86f2250ad
2 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
|
@ -1,15 +1,20 @@
|
|||
[](https://goreportcard.com/report/github.com/stackitcloud/terraform-provider-stackit) [](https://registry.terraform.io/providers/stackitcloud/stackit/latest)  [](https://www.apache.org/licenses/LICENSE-2.0)
|
||||
<div align="center">
|
||||
<br>
|
||||
<img src=".github/images/stackit-logo.png" alt="STACKIT logo" width="50%"/>
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
# STACKIT Terraform Provider
|
||||
|
||||
[](https://goreportcard.com/report/github.com/stackitcloud/terraform-provider-stackit) [](https://registry.terraform.io/providers/stackitcloud/stackit/latest)  [](https://www.apache.org/licenses/LICENSE-2.0)
|
||||
|
||||
This project is the official [Terraform Provider](https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs) for [STACKIT](https://www.stackit.de/en/), which allows you to manage STACKIT resources through Terraform.
|
||||
|
||||
|
||||
## Getting Started
|
||||
|
||||
To install the [STACKIT Terraform Provider](https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs), copy and paste this code into your Terraform configuration. Then, run `terraform init`.
|
||||
|
||||
|
||||
```
|
||||
terraform {
|
||||
required_providers {
|
||||
|
|
@ -190,4 +195,4 @@ Apache 2.0
|
|||
|
||||
- [STACKIT Knowledge Base](https://docs.stackit.cloud/stackit/en/knowledge-base-85301704.html)
|
||||
|
||||
- [STACKIT CLI](https://github.com/stackitcloud/stackit-cli/tree/main)
|
||||
- [STACKIT CLI](https://github.com/stackitcloud/stackit-cli/tree/main)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue