terraform: inherit aws provider version from module

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-02-03 20:30:20 +01:00
parent 36a838e6ae
commit 761b0d7e2b
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 3 additions and 4 deletions

View File

@ -5,13 +5,12 @@ terraform {
source = "cloudflare/cloudflare"
version = " = 2.21.0"
}
aws = {
source = "hashicorp/aws"
version = " = 3.46.0"
}
pass = {
source = "camptocamp/pass"
version = " = 2.0.0"
}
aws = {
source = "hashicorp/aws"
}
}
}