We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cadf79 commit 89b509dCopy full SHA for 89b509d
1 file changed
README.md
@@ -3,9 +3,26 @@
3
# Introduction
4
5
This project is the official Terraform provider for STACKIT.
6
-
+
7
# Getting Started
8
9
+To install STACKIT Terraform Provider, copy and paste this code into your Terraform configuration. Then, run `terraform init`.
10
11
+```
12
+terraform {
13
+ required_providers {
14
+ stackit = {
15
+ source = "stackitcloud/stackit"
16
+ version = "X.X.X"
17
+ }
18
19
+}
20
21
+provider "stackit" {
22
+ # Configuration options
23
24
25
26
Check one of the examples in the [examples](examples/) folder.
27
28
# Authentication
0 commit comments