Point at correct digitalocean provider

This commit is contained in:
Dan Buch 2020-08-22 22:36:05 -04:00
parent de21ab34ab
commit 21084e4f12
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

View File

@ -53,7 +53,7 @@
terraform {
required_providers {
digitalocean = {
source = "terraform-providers/digitalocean"
source = "digitalocean/digitalocean"
version = ">= 1.22"
}
null = {