feat: add docs website
This commit is contained in:
parent
f0ec2e4942
commit
576125d377
1 changed files with 683 additions and 3 deletions
14
provider.tf
Normal file
14
provider.tf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
bunnynet = {
|
||||
source = "registry.terraform.io/BunnyWay/bunnynet"
|
||||
version = "~> 0.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "bunnynet" {
|
||||
}
|
||||
|
||||
provider "http" {
|
||||
}
|
||||
Loading…
Reference in a new issue