Skip to content

Commit

Permalink
Merge pull request #42 from remerge/update-providers
Browse files Browse the repository at this point in the history
Update 1Password provider version
  • Loading branch information
hollow committed May 29, 2024
2 parents 090bb68 + 7918b28 commit 6a38c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion op/host/leaseweb/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/1Password/onepassword/latest
onepassword = {
source = "1Password/onepassword"
version = "~> 1.3"
version = "~> 2.0"
}
# https://registry.terraform.io/providers/LeaseWeb/leaseweb/latest
leaseweb = {
Expand Down
2 changes: 1 addition & 1 deletion op/secrets/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/1Password/onepassword/latest
onepassword = {
source = "1Password/onepassword"
version = "~> 1.3"
version = "~> 2.0"
}
}
}

0 comments on commit 6a38c32

Please sign in to comment.