Skip to content

Commit c884f1c

Browse files
fix(deps): update terraform onepassword (3.3.0 → 3.3.1) (#6409)
Co-authored-by: smurf-bot[bot] <137516995+smurf-bot[bot]@users.noreply.github.com>
1 parent e882c8b commit c884f1c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

terraform/authentik/main.tofu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77

88
onepassword = {
99
source = "1password/onepassword"
10-
version = "3.3.0"
10+
version = "3.3.1"
1111
}
1212
}
1313
}

terraform/garage/main.tofu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
onepassword = {
44
source = "1Password/onepassword"
5-
version = "3.3.0"
5+
version = "3.3.1"
66
}
77

88
garage = {

terraform/garage/modules/create-secret/providers.tofu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
onepassword = {
44
source = "1Password/onepassword"
5-
version = "3.3.0"
5+
version = "3.3.1"
66
}
77
}
88
}

terraform/uptimerobot/main.tofu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
onepassword = {
44
source = "1Password/onepassword"
5-
version = "3.3.0"
5+
version = "3.3.1"
66
}
77

88
uptimerobot = {

0 commit comments

Comments
 (0)