infrastructure/terraform/vultr_firewall/terraform.tf

9 lines
116 B
Terraform
Raw Normal View History

terraform {
required_providers {
vultr = {
source = "vultr/vultr"
2024-01-03 20:00:40 +00:00
version = "2.19.0"
}
}
}