limit digitalocean plugin version to 0.1.3

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-11-07 12:20:46 +01:00
parent 1481471e45
commit 73ab0af813
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
/* PROVIDERS --------------------------------------*/
provider "digitalocean" {
token = "${var.digitalocean_token}"
token = "${var.digitalocean_token}"
version = "<= 0.1.3"
}
provider "cloudflare" {
email = "${var.cloudflare_email}"