Run terraform 0.13upgrade

This commit is contained in:
2020-08-22 22:34:08 -04:00
parent ab570f1900
commit de21ab34ab
3 changed files with 14 additions and 1 deletions

11
main.tf
View File

@@ -52,7 +52,16 @@
terraform {
required_providers {
digitalocean = ">= 1.22"
digitalocean = {
source = "terraform-providers/digitalocean"
version = ">= 1.22"
}
null = {
source = "hashicorp/null"
}
random = {
source = "hashicorp/random"
}
}
}