Skip to content

Commit ee380a0

Browse files
authored
Update README.md
1 parent 0b51e26 commit ee380a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ terraform {
1616
required_providers {
1717
hsdp = {
1818
source = "philips-software/hsdp"
19-
version = ">= 0.38.5"
19+
version = ">= 0.45.0"
2020
}
2121
}
2222
}
2323
```
2424

2525
## Development requirements
2626

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)
27+
- [Terraform](https://www.terraform.io/downloads.html) 1.5.5 or [OpenTofu](https://github.com/opentofu/opentofu) latest
28+
- [Go](https://golang.org/doc/install) 1.21 or newer (to build the provider plugin)
2929

3030
## Building the provider
3131

0 commit comments

Comments
 (0)