feat: add docs website

This commit is contained in:
Patrick Schratz 2025-01-02 23:40:10 +01:00
commit 576125d377
Signed by: pat-s
GPG key ID: 3C6318841EF78925

14
provider.tf Normal file
View file

@ -0,0 +1,14 @@
terraform {
required_providers {
bunnynet = {
source = "registry.terraform.io/BunnyWay/bunnynet"
version = "~> 0.5"
}
}
}
provider "bunnynet" {
}
provider "http" {
}