versions.tf: upgrade pass provider to 2.1.1

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-06-24 13:29:26 +02:00
parent becc1905e5
commit d64da9175f
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ terraform {
}
pass = {
source = "camptocamp/pass"
version = " = 2.0.0"
version = " = 2.1.1"
}
}
}