build-cran-binaries/provider.tf
2025-02-26 00:01:11 +00:00

14 lines
192 B
HCL

terraform {
required_providers {
bunnynet = {
source = "registry.terraform.io/BunnyWay/bunnynet"
version = "~> 0.6"
}
}
}
provider "bunnynet" {
}
provider "http" {
}