File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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.3.7
24
+ - [ Terraform] v1.4.5
25
25
- [ Bitwarden CLI] v2023.1.0
26
- - [ Go] 1.19.5 (for development)
27
- - [ Docker] 20.10.21 (for development)
26
+ - [ Go] 1.20.3 (for development)
27
+ - [ Docker] 4.17.0 (for development)
28
28
29
29
The provider likely works with older versions but those haven't been tested.
30
30
Original file line number Diff line number Diff line change 1
1
module github.com/maxlaverse/terraform-provider-bitwarden
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
You can’t perform that action at this time.
0 commit comments