versions.tf: upgrade pass provider to 2.1.1
This release includes builds for `arm64` MacOS hosts: https://github.com/camptocamp/terraform-provider-pass/releases/tag/v2.1.1 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
92c6c74bcf
commit
b2dda7792f
|
@ -3,11 +3,11 @@ terraform {
|
|||
required_providers {
|
||||
cloudflare = {
|
||||
source = "cloudflare/cloudflare"
|
||||
version = " = 3.26.0"
|
||||
version = " = 4.26.0"
|
||||
}
|
||||
pass = {
|
||||
source = "camptocamp/pass"
|
||||
version = " = 2.0.0"
|
||||
version = " = 2.1.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue