build-cran-binaries/provider.tf
automation-bot 706fd10d79
All checks were successful
ci/crow/cron/process-updates/1 Pipeline was successful
ci/crow/cron/process-updates/2 Pipeline was successful
ci/crow/cron/process-updates/7 Pipeline was successful
ci/crow/cron/process-updates/8 Pipeline was successful
chore(deps): update terraform bunnynet to ~> 0.18
2026-08-14 00:32:00 +00:00

14 lines
193 B
HCL

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