infrastructure/terraform/vultr_firewall/terraform.tf

9 lines
116 B
Terraform
Raw Normal View History

terraform {
required_providers {
vultr = {
source = "vultr/vultr"
2023-05-11 08:00:37 +01:00
version = "2.15.1"
}
}
}