Skip to content

Commit

Permalink
Update README for Patch (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
doriac11 authored Dec 19, 2023
1 parent 05ef10f commit 1935148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The Terraform Provider for PowerStore is released and licensed under the MPL-2.0

| **Terraform Provider** | **PowerStore Version** | **OS** | **Terraform** | **Golang**
|---------------------|-----------------------|-------|--------------------|--------------------------|
| v1.1.0 | 3.0/3.2 | Ubuntu 22.04 <br> RHEL 8.x <br> RHEL 7.x | 1.3.x <br> 1.4.x <br> | 1.19.x
| v1.1.1 | 3.0/3.2/3.5/3.6 | Ubuntu 22.04 <br> RHEL 8.x <br> RHEL 7.x | 1.3.x <br> 1.4.x <br> | 1.19.x

## List of Resources in Terraform Provider for Dell PowerStore
* Volume
Expand Down Expand Up @@ -75,7 +75,7 @@ Create a file called `main.tf` in your workspace with the following contents
terraform {
required_providers {
powerstore = {
version = "1.1.0"
version = "1.1.1"
source = "registry.terraform.io/dell/powerstore"
}
}
Expand Down

0 comments on commit 1935148

Please sign in to comment.