open-cmmc-stack/terraform/providers/digitalocean.tf

6 lines
123 B
HCL

provider "digitalocean" {
token = var.digitalocean_token
}
# Optionally configure default region or other settings here