upgrade tf pass provider to 2.0.0

Signed-off-by: Arthur Koziel <arthur@arthurkoziel.com>
This commit is contained in:
Arthur Koziel 2021-03-29 16:22:42 +08:00
parent 6afc2bfa97
commit e6532b2217
No known key found for this signature in database
GPG Key ID: 55B0204F1259CA3A
3 changed files with 4 additions and 4 deletions

View File

@ -9,3 +9,6 @@ provider "cloudflare" {
api_key = data.pass_password.cloudflare_token.password
account_id = data.pass_password.cloudflare_account.password
}
# Uses PASSWORD_STORE_DIR environment variable
provider "pass" {}

View File

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

View File

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