upgrace pass provider from 1.4.0 to 2.0.0

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-05-19 15:23:03 +02:00
parent 6d7f144364
commit 2c843b35b9
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Uses PASSWORD_STORE_DIR environment variable
provider "pass" { refresh_store = false }
provider "pass" { }
/* Token for interacting with Cloudflare API. */
data "pass_password" "cloudflare_token" {

View File

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