Skip to content

Commit db5553b

Browse files
committed
Update README
1 parent c683f2a commit db5553b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

2525
## Development requirements
2626

27-
- [Terraform](https://www.terraform.io/downloads.html) 1.0.0 or newer
27+
- [Terraform](https://www.terraform.io/downloads.html) 1.1.0 or newer
2828
- [Go](https://golang.org/doc/install) 1.17 or newer (to build the provider plugin)
2929

3030
## Building the provider

0 commit comments

Comments
 (0)