infrastructure/terraform/vultr_firewall/terraform.tf

9 lines
116 B
Terraform
Raw Normal View History

terraform {
required_providers {
vultr = {
source = "vultr/vultr"
2023-02-12 20:02:12 +00:00
version = "2.12.1"
}
}
}