lock down provider versions

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-07-29 10:35:40 -04:00
parent 713d9b66bd
commit a81e83458d
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 0 deletions

View File

@ -4,10 +4,12 @@ provider "aws" {
region = "us-east-1"
access_key = "${var.aws_access_key}"
secret_key = "${var.aws_secret_key}"
version = "<= 2.20.0"
}
provider "gandi" {
key = "${var.gandi_api_token}"
version = "<= 1.0.1"
}
/* DATA -----------------------------------------*/