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 2828 go-version : ' 1.19'
2929 - uses : hashicorp/setup-terraform@v2
3030 with :
31- terraform_version : ' 1.1 .*'
31+ terraform_version : ' 1.3 .*'
3232 terraform_wrapper : false
3333 - run : go test -v -cover ./...
3434 env :
Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ terraform {
1616 required_providers {
1717 hsdp = {
1818 source = "philips-software/hsdp"
19- version = ">= 0.38.0 "
19+ version = ">= 0.38.5 "
2020 }
2121 }
2222}
2323```
2424
2525## Development requirements
2626
27- - [ Terraform] ( https://www.terraform.io/downloads.html ) 1.1 .0 or newer
28- - [ Go] ( https://golang.org/doc/install ) 1.18 or newer (to build the provider plugin)
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)
2929
3030## Building the provider
3131
You can’t perform that action at this time.
0 commit comments