infrastructure/terraform/vultr_firewall/terraform.tf

9 lines
115 B
Terraform
Raw Normal View History

terraform {
required_providers {
vultr = {
source = "vultr/vultr"
version = "2.1.4"
}
}
}