limit aws provider version

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-12-12 11:23:33 +01:00
parent 73527a2f77
commit 315eb38f26
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
terraform { terraform {
required_version = ">= 0.12" required_version = ">= 0.12"
required_providers {
aws = "= 2.21.0"
}
} }