You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Terraform Bitwarden provider is a plugin for Terraform that allows to manage different kind of Bitwarden resources from their [Password Manager] and [Secrets Manager] products.
9
+
The Terraform Bitwarden provider is a plugin for Terraform/OpenTofu that allows to manage different kind of Bitwarden resources from their [Password Manager] and [Secrets Manager] products.
10
10
This project is not associated with the Bitwarden project nor 8bit Solutions LLC.
11
11
12
12
**[Explore the docs »][Terraform Registry docs]**
@@ -21,10 +21,10 @@ This project is not associated with the Bitwarden project nor 8bit Solutions LLC
21
21
22
22
## Supported Versions
23
23
The plugin has been tested and built with the following components:
24
-
-[Terraform] v1.6.1 / [OpenTofu] v1.8.0
25
-
-[Bitwarden CLI] v2023.2.0 (if not using the experimental `embedded_client`)
24
+
-[Terraform] v1.9.8 / [OpenTofu] v1.8.0
25
+
-[Bitwarden CLI] v2023.2.0 (when not enabling the experimental `embedded_client` feature)
26
26
-[Go] 1.23.1 (for development)
27
-
-[Docker]23.0.5 (for development)
27
+
-[Docker]24.0.6 (for development)
28
28
29
29
The provider likely works with older versions but those haven't been tested.
30
30
@@ -37,7 +37,7 @@ terraform {
37
37
required_providers {
38
38
bitwarden = {
39
39
source = "maxlaverse/bitwarden"
40
-
version = ">= 0.10.0"
40
+
version = ">= 0.11.1"
41
41
}
42
42
}
43
43
}
@@ -46,9 +46,10 @@ terraform {
46
46
provider "bitwarden" {
47
47
email = "terraform@example.com"
48
48
49
-
# If you have the opportunity, you can try out the embedded client which removes the need
50
-
# for a locally installed Bitwarden CLI. Please note that this feature is still considered
51
-
# as experimental, might not work as expected, and is not recommended for production use.
49
+
# If you have the opportunity, you can try out the embedded client which
50
+
# removes the need for a locally installed Bitwarden CLI. Please note that
51
+
# this feature is still considered experimental and not recommended for
0 commit comments