infrastructure/ingress.tjo.cloud/terraform.tf
Tine dd5b8f884b
Some checks failed
/ lint (push) Failing after 48s
feat: prototyping new ingress setup
2024-08-02 22:10:21 +02:00

14 lines
232 B
HCL

terraform {
required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = "~> 2.0"
}
}
required_version = "~> 1.7.3"
}
provider "digitalocean" {
token = var.digitalocean_token
}