terraform: inherit aws provider version from module
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
36a838e6ae
commit
761b0d7e2b
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue