We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c683f2a commit db5553bCopy full SHA for db5553b
README.md
@@ -16,15 +16,15 @@ terraform {
16
required_providers {
17
hsdp = {
18
source = "philips-software/hsdp"
19
- version = ">= 0.35.0"
+ version = ">= 0.36.0"
20
}
21
22
23
```
24
25
## Development requirements
26
27
-- [Terraform](https://www.terraform.io/downloads.html) 1.0.0 or newer
+- [Terraform](https://www.terraform.io/downloads.html) 1.1.0 or newer
28
- [Go](https://golang.org/doc/install) 1.17 or newer (to build the provider plugin)
29
30
## Building the provider
0 commit comments