diff --git a/README.md b/README.md index 23c9c77d..e990010c 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,26 @@ # Introduction This project is the official Terraform provider for STACKIT. - + # Getting Started +To install STACKIT Terraform Provider, copy and paste this code into your Terraform configuration. Then, run `terraform init`. + +``` +terraform { + required_providers { + stackit = { + source = "stackitcloud/stackit" + version = "X.X.X" + } + } +} + +provider "stackit" { + # Configuration options +} +``` + Check one of the examples in the [examples](examples/) folder. # Authentication