We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b51e26 commit ee380a0Copy full SHA for ee380a0
README.md
@@ -16,16 +16,16 @@ terraform {
16
required_providers {
17
hsdp = {
18
source = "philips-software/hsdp"
19
- version = ">= 0.38.5"
+ version = ">= 0.45.0"
20
}
21
22
23
```
24
25
## Development requirements
26
27
-- [Terraform](https://www.terraform.io/downloads.html) 1.2.0 or newer
28
-- [Go](https://golang.org/doc/install) 1.19 or newer (to build the provider plugin)
+- [Terraform](https://www.terraform.io/downloads.html) 1.5.5 or [OpenTofu](https://github.com/opentofu/opentofu) latest
+- [Go](https://golang.org/doc/install) 1.21 or newer (to build the provider plugin)
29
30
## Building the provider
31
0 commit comments