upgrade digitalocean provider from 1.12.0 to 1.20.0

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-07-07 13:54:35 +02:00
parent 5063802792
commit 5d6fca7d4d
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ terraform {
required_version = ">= 0.12"
required_providers {
cloudflare = " = 2.3.0"
digitalocean = " = 1.12.0"
digitalocean = " = 1.20.0"
}
}