File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ terraform {
40
40
required_providers {
41
41
bitwarden = {
42
42
source = "maxlaverse/bitwarden"
43
- version = ">= 0.12.0 "
43
+ version = ">= 0.12.1 "
44
44
}
45
45
}
46
46
}
@@ -49,6 +49,11 @@ terraform {
49
49
provider "bitwarden" {
50
50
email = "terraform@example.com"
51
51
52
+ # Specify a server url when using a self-hosted version of Bitwarden
53
+ # or similar (e.g. Vaultwarden).
54
+ #
55
+ # server = "https://vault.myserver.org"
56
+
52
57
# If you have the opportunity, you can try out the embedded client which
53
58
# removes the need for a locally installed Bitwarden CLI. Please note that
54
59
# this feature is still considered experimental and not recommended for
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ terraform {
18
18
required_providers {
19
19
bitwarden = {
20
20
source = "maxlaverse/bitwarden"
21
- version = ">= 0.12.0 "
21
+ version = ">= 0.12.1 "
22
22
}
23
23
}
24
24
}
@@ -116,10 +116,14 @@ provider "bitwarden" {
116
116
client_id = "my-client-id"
117
117
client_secret = "my-client-secret"
118
118
119
+ # Specify a server url when using a self-hosted version of Bitwarden
120
+ # or similar (e.g. Vaultwarden).
121
+ # server = "https://vault.myserver.org"
122
+
119
123
# If you have the opportunity, you can try out the embedded client which
120
124
# removes the need for a locally installed Bitwarden CLI. Please note that
121
125
# this feature is still considered experimental and not recommended for
122
- # production use.
126
+ # production use yet .
123
127
#
124
128
# experimental {
125
129
# embedded_client = true
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
2
2
required_providers {
3
3
bitwarden = {
4
4
source = " maxlaverse/bitwarden"
5
- version = " >= 0.12.0 "
5
+ version = " >= 0.12.1 "
6
6
}
7
7
}
8
8
}
Original file line number Diff line number Diff line change @@ -81,10 +81,14 @@ provider "bitwarden" {
81
81
client_id = "my-client-id"
82
82
client_secret = "my-client-secret"
83
83
84
+ # Specify a server url when using a self-hosted version of Bitwarden
85
+ # or similar (e.g. Vaultwarden).
86
+ # server = "https://vault.myserver.org"
87
+
84
88
# If you have the opportunity, you can try out the embedded client which
85
89
# removes the need for a locally installed Bitwarden CLI. Please note that
86
90
# this feature is still considered experimental and not recommended for
87
- # production use.
91
+ # production use yet .
88
92
#
89
93
# experimental {
90
94
# embedded_client = true
You can’t perform that action at this time.
0 commit comments