Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
carchi8py committed Aug 19, 2024
1 parent 5b54beb commit 77cdd2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 1.1.3

## 1.1.4

DOC FIXES:
* **netapp-ontap_storage_flexcache_resource**: Fixed Page display issue ([[#271](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/271)])

## 1.1.3 (2024-08-08)

BUG FIXES:
* **netapp-ontap_protocols_cifs_service_resource**: fixed on attribute checking ([#250](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/250))
Expand Down
1 change: 1 addition & 0 deletions docs/resources/storage_flexcache_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Flexcache resource
* Amazon FSx for NetApp ONTAP

## Example Usage
```terraform
resource "netapp-ontap_storage_flexcache_resource" "storage_flexcache" {
# required to know which system to interface with
cx_profile_name = "cluster1"
Expand Down

0 comments on commit 77cdd2c

Please sign in to comment.