Skip to content

Commit

Permalink
fix(terraform): update terraform bitwarden to v0.11.1 (#4316)
Browse files Browse the repository at this point in the history
  • Loading branch information
theriver-bot[bot] authored Nov 11, 2024
1 parent d636dca commit 3a0cec4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion infrastructure/terraform/cloudflare/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
}
bitwarden = {
source = "maxlaverse/bitwarden"
version = "0.11.0"
version = "0.11.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terraform/github/requirements.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
}
bitwarden = {
source = "maxlaverse/bitwarden"
version = "0.11.0"
version = "0.11.1"
}
}
}
2 changes: 1 addition & 1 deletion infrastructure/terraform/s3/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
}
bitwarden = {
source = "maxlaverse/bitwarden"
version = "0.11.0"
version = "0.11.1"
}
minio = {
source = "aminueza/minio"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terraform/tailscale/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
}
bitwarden = {
source = "maxlaverse/bitwarden"
version = "0.11.0"
version = "0.11.1"
}
tailscale = {
source = "tailscale/tailscale"
Expand Down

0 comments on commit 3a0cec4

Please sign in to comment.