diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4cfa439e..58b10ed1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# v1.1.2
+## Release Summary
+The release upgrades go version to 1.21 and gopowerstore version to 1.14
# v1.1.1
## Release Summary
The release address security vulnerability reported in gRPC library.
diff --git a/README.md b/README.md
index 687754be..9d6b41d2 100644
--- a/README.md
+++ b/README.md
@@ -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.1 | 3.0/3.2/3.5/3.6 | Ubuntu 22.04
RHEL 8.x
RHEL 7.x | 1.3.x
1.4.x
| 1.19.x
+| v1.1.2 | 3.0/3.2/3.5/3.6 | Ubuntu 22.04
RHEL 8.x
RHEL 7.x | 1.3.x
1.4.x
| 1.19.x
## List of Resources in Terraform Provider for Dell PowerStore
* Volume
@@ -75,7 +75,7 @@ Create a file called `main.tf` in your workspace with the following contents
terraform {
required_providers {
powerstore = {
- version = "1.1.1"
+ version = "1.1.2"
source = "registry.terraform.io/dell/powerstore"
}
}
diff --git a/client/client.go b/client/client.go
index a83fbd5c..1800763e 100644
--- a/client/client.go
+++ b/client/client.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/docs/data-sources/host.md b/docs/data-sources/host.md
index 50b20f26..a78a6bf3 100644
--- a/docs/data-sources/host.md
+++ b/docs/data-sources/host.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@ This datasource is used to query the existing host from PowerStore array. The in
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/docs/data-sources/hostgroup.md b/docs/data-sources/hostgroup.md
index 470dca1e..c7e01850 100644
--- a/docs/data-sources/hostgroup.md
+++ b/docs/data-sources/hostgroup.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@ This datasource is used to query the existing host group from PowerStore array.
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/docs/data-sources/protectionpolicy.md b/docs/data-sources/protectionpolicy.md
index e60d3233..e789953f 100644
--- a/docs/data-sources/protectionpolicy.md
+++ b/docs/data-sources/protectionpolicy.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@ This datasource is used to query the existing protection policy from PowerStore
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/docs/data-sources/snapshotrule.md b/docs/data-sources/snapshotrule.md
index 54c0ee1c..97f04f85 100644
--- a/docs/data-sources/snapshotrule.md
+++ b/docs/data-sources/snapshotrule.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@ This datasource is used to query the existing snapshot rule from PowerStore arra
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/docs/data-sources/volume.md b/docs/data-sources/volume.md
index 95f951ed..221b4327 100644
--- a/docs/data-sources/volume.md
+++ b/docs/data-sources/volume.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@ This datasource is used to query the existing volume from PowerStore array. The
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/docs/data-sources/volume_snapshot.md b/docs/data-sources/volume_snapshot.md
index 4855368f..966be729 100644
--- a/docs/data-sources/volume_snapshot.md
+++ b/docs/data-sources/volume_snapshot.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@ This datasource is used to query the existing volume snapshot from PowerStore ar
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/docs/data-sources/volumegroup.md b/docs/data-sources/volumegroup.md
index 2a3ee40c..4cfc9a51 100644
--- a/docs/data-sources/volumegroup.md
+++ b/docs/data-sources/volumegroup.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@ This datasource is used to query the existing volumegroup from PowerStore array.
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/docs/data-sources/volumegroup_snapshot.md b/docs/data-sources/volumegroup_snapshot.md
index eccaa06f..ba8982c9 100644
--- a/docs/data-sources/volumegroup_snapshot.md
+++ b/docs/data-sources/volumegroup_snapshot.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@ This datasource is used to query the existing volumegroup snapshot from PowerSto
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/docs/index.md b/docs/index.md
index b87c50cf..21343a9a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ Provider for PowerStore
provider.tf
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -70,7 +70,7 @@ provider "powerstore" {
variables.tf
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/docs/resources/host.md b/docs/resources/host.md
index a253afce..457047c5 100644
--- a/docs/resources/host.md
+++ b/docs/resources/host.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -38,7 +38,7 @@ This resource is used to manage the host entity of PowerStore Array. We can Crea
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -114,7 +114,7 @@ Read-Only:
Import is supported using the following syntax:
```shell
-#Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+#Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
#Licensed under the Mozilla Public License Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
diff --git a/docs/resources/hostgroup.md b/docs/resources/hostgroup.md
index 97c14cfd..a2001a92 100644
--- a/docs/resources/hostgroup.md
+++ b/docs/resources/hostgroup.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ This resource is used to manage the host group entity of PowerStore Array. We ca
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -89,7 +89,7 @@ After the execution of above resource block, host group would have been created
Import is supported using the following syntax:
```shell
-#Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+#Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
#Licensed under the Mozilla Public License Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
diff --git a/docs/resources/protectionpolicy.md b/docs/resources/protectionpolicy.md
index 9f3100f5..79e9af81 100644
--- a/docs/resources/protectionpolicy.md
+++ b/docs/resources/protectionpolicy.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@ This resource is used to manage the protection policy entity of PowerStore Array
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -89,7 +89,7 @@ After the execution of above resource block, protection policy would have been c
Import is supported using the following syntax:
```shell
-#Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+#Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
#Licensed under the Mozilla Public License Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
diff --git a/docs/resources/snapshotrule.md b/docs/resources/snapshotrule.md
index af126a9c..2ba78aad 100644
--- a/docs/resources/snapshotrule.md
+++ b/docs/resources/snapshotrule.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@ This resource is used to manage the snapshot rule entity of PowerStore Array. We
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -102,7 +102,7 @@ After the execution of above resource block snapshot rule would have been create
Import is supported using the following syntax:
```shell
-#Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+#Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
#Licensed under the Mozilla Public License Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
diff --git a/docs/resources/storagecontainer.md b/docs/resources/storagecontainer.md
index 6c85bb8e..136ad09c 100644
--- a/docs/resources/storagecontainer.md
+++ b/docs/resources/storagecontainer.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@ This resource is used to manage the storage container entity of PowerStore Array
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/docs/resources/volume.md b/docs/resources/volume.md
index 0291d299..cf75742a 100644
--- a/docs/resources/volume.md
+++ b/docs/resources/volume.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@ This resource is used to manage the volume entity of PowerStore Array. We can Cr
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -120,7 +120,7 @@ After the execution of above resource block, volume would have been created on t
Import is supported using the following syntax:
```shell
-#Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+#Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
#Licensed under the Mozilla Public License Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
diff --git a/docs/resources/volume_snapshot.md b/docs/resources/volume_snapshot.md
index e4e7aa13..b6fd6c5c 100644
--- a/docs/resources/volume_snapshot.md
+++ b/docs/resources/volume_snapshot.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -37,7 +37,7 @@ This resource is used to manage the volume snapshot entity of PowerStore Array.
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -98,7 +98,7 @@ After the execution of above resource block, volume snapshot would have been cre
Import is supported using the following syntax:
```shell
-#Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+#Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
#Licensed under the Mozilla Public License Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
diff --git a/docs/resources/volumegroup.md b/docs/resources/volumegroup.md
index 84586fe7..f8cbae3a 100644
--- a/docs/resources/volumegroup.md
+++ b/docs/resources/volumegroup.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ This resource is used to manage the volumegroup entity of PowerStore Array. We c
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -94,7 +94,7 @@ After the execution of above resource block, volume group would have been create
Import is supported using the following syntax:
```shell
-#Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+#Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
#Licensed under the Mozilla Public License Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
diff --git a/docs/resources/volumegroup_snapshot.md b/docs/resources/volumegroup_snapshot.md
index 24c1ca2c..823a9cbe 100644
--- a/docs/resources/volumegroup_snapshot.md
+++ b/docs/resources/volumegroup_snapshot.md
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -37,7 +37,7 @@ This resource is used to manage the volumegroup snapshot entity of PowerStore Ar
```terraform
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -96,7 +96,7 @@ After the execution of above resource block, volume group snapshot would have be
Import is supported using the following syntax:
```shell
-#Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+#Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
#Licensed under the Mozilla Public License Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_host/data-source.tf b/examples/data-sources/powerstore_host/data-source.tf
index ac9ae58d..a27221f9 100644
--- a/examples/data-sources/powerstore_host/data-source.tf
+++ b/examples/data-sources/powerstore_host/data-source.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_host/provider.tf b/examples/data-sources/powerstore_host/provider.tf
index 9d580aa9..d00ded0a 100644
--- a/examples/data-sources/powerstore_host/provider.tf
+++ b/examples/data-sources/powerstore_host/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_host/variables.tf b/examples/data-sources/powerstore_host/variables.tf
index d748e38b..b079f08a 100644
--- a/examples/data-sources/powerstore_host/variables.tf
+++ b/examples/data-sources/powerstore_host/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_hostgroup/data-source.tf b/examples/data-sources/powerstore_hostgroup/data-source.tf
index 0a1c7be4..5ff98411 100644
--- a/examples/data-sources/powerstore_hostgroup/data-source.tf
+++ b/examples/data-sources/powerstore_hostgroup/data-source.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_hostgroup/provider.tf b/examples/data-sources/powerstore_hostgroup/provider.tf
index 77461311..2f8bd6bf 100644
--- a/examples/data-sources/powerstore_hostgroup/provider.tf
+++ b/examples/data-sources/powerstore_hostgroup/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_hostgroup/variables.tf b/examples/data-sources/powerstore_hostgroup/variables.tf
index a6d715aa..9116df95 100644
--- a/examples/data-sources/powerstore_hostgroup/variables.tf
+++ b/examples/data-sources/powerstore_hostgroup/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_protectionpolicy/data-source.tf b/examples/data-sources/powerstore_protectionpolicy/data-source.tf
index ce153ac7..a7bb2e2a 100644
--- a/examples/data-sources/powerstore_protectionpolicy/data-source.tf
+++ b/examples/data-sources/powerstore_protectionpolicy/data-source.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_protectionpolicy/provider.tf b/examples/data-sources/powerstore_protectionpolicy/provider.tf
index 887666e1..decbeb7f 100644
--- a/examples/data-sources/powerstore_protectionpolicy/provider.tf
+++ b/examples/data-sources/powerstore_protectionpolicy/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_protectionpolicy/variables.tf b/examples/data-sources/powerstore_protectionpolicy/variables.tf
index d748e38b..b079f08a 100644
--- a/examples/data-sources/powerstore_protectionpolicy/variables.tf
+++ b/examples/data-sources/powerstore_protectionpolicy/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_snapshotrule/data-source.tf b/examples/data-sources/powerstore_snapshotrule/data-source.tf
index 1cb31c0a..924ec7b9 100644
--- a/examples/data-sources/powerstore_snapshotrule/data-source.tf
+++ b/examples/data-sources/powerstore_snapshotrule/data-source.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_snapshotrule/provider.tf b/examples/data-sources/powerstore_snapshotrule/provider.tf
index 9d580aa9..d00ded0a 100644
--- a/examples/data-sources/powerstore_snapshotrule/provider.tf
+++ b/examples/data-sources/powerstore_snapshotrule/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_snapshotrule/variables.tf b/examples/data-sources/powerstore_snapshotrule/variables.tf
index d748e38b..b079f08a 100644
--- a/examples/data-sources/powerstore_snapshotrule/variables.tf
+++ b/examples/data-sources/powerstore_snapshotrule/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_volume/data-source.tf b/examples/data-sources/powerstore_volume/data-source.tf
index 62511e5d..3834a24c 100644
--- a/examples/data-sources/powerstore_volume/data-source.tf
+++ b/examples/data-sources/powerstore_volume/data-source.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_volume/provider.tf b/examples/data-sources/powerstore_volume/provider.tf
index 9d580aa9..d00ded0a 100644
--- a/examples/data-sources/powerstore_volume/provider.tf
+++ b/examples/data-sources/powerstore_volume/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_volume/variables.tf b/examples/data-sources/powerstore_volume/variables.tf
index d748e38b..b079f08a 100644
--- a/examples/data-sources/powerstore_volume/variables.tf
+++ b/examples/data-sources/powerstore_volume/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_volume_snapshot/data-source.tf b/examples/data-sources/powerstore_volume_snapshot/data-source.tf
index 3b403d6c..b75e385d 100644
--- a/examples/data-sources/powerstore_volume_snapshot/data-source.tf
+++ b/examples/data-sources/powerstore_volume_snapshot/data-source.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_volume_snapshot/provider.tf b/examples/data-sources/powerstore_volume_snapshot/provider.tf
index 9d580aa9..d00ded0a 100644
--- a/examples/data-sources/powerstore_volume_snapshot/provider.tf
+++ b/examples/data-sources/powerstore_volume_snapshot/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_volume_snapshot/variables.tf b/examples/data-sources/powerstore_volume_snapshot/variables.tf
index d748e38b..b079f08a 100644
--- a/examples/data-sources/powerstore_volume_snapshot/variables.tf
+++ b/examples/data-sources/powerstore_volume_snapshot/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_volumegroup/data-source.tf b/examples/data-sources/powerstore_volumegroup/data-source.tf
index 4db9ecef..593dd094 100644
--- a/examples/data-sources/powerstore_volumegroup/data-source.tf
+++ b/examples/data-sources/powerstore_volumegroup/data-source.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_volumegroup/provider.tf b/examples/data-sources/powerstore_volumegroup/provider.tf
index 887666e1..decbeb7f 100644
--- a/examples/data-sources/powerstore_volumegroup/provider.tf
+++ b/examples/data-sources/powerstore_volumegroup/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_volumegroup/variables.tf b/examples/data-sources/powerstore_volumegroup/variables.tf
index d748e38b..b079f08a 100644
--- a/examples/data-sources/powerstore_volumegroup/variables.tf
+++ b/examples/data-sources/powerstore_volumegroup/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_volumegroup_snapshot/data-source.tf b/examples/data-sources/powerstore_volumegroup_snapshot/data-source.tf
index afd2e82a..4895e7d8 100644
--- a/examples/data-sources/powerstore_volumegroup_snapshot/data-source.tf
+++ b/examples/data-sources/powerstore_volumegroup_snapshot/data-source.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_volumegroup_snapshot/provider.tf b/examples/data-sources/powerstore_volumegroup_snapshot/provider.tf
index ad869ae7..5ef00b49 100644
--- a/examples/data-sources/powerstore_volumegroup_snapshot/provider.tf
+++ b/examples/data-sources/powerstore_volumegroup_snapshot/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/data-sources/powerstore_volumegroup_snapshot/variables.tf b/examples/data-sources/powerstore_volumegroup_snapshot/variables.tf
index 46ba8301..468f09c6 100644
--- a/examples/data-sources/powerstore_volumegroup_snapshot/variables.tf
+++ b/examples/data-sources/powerstore_volumegroup_snapshot/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/main.tf b/examples/main.tf
index 26a51b21..326c6b34 100644
--- a/examples/main.tf
+++ b/examples/main.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf
index 9d580aa9..d00ded0a 100644
--- a/examples/provider/provider.tf
+++ b/examples/provider/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/provider/variables.tf b/examples/provider/variables.tf
index d748e38b..b079f08a 100644
--- a/examples/provider/variables.tf
+++ b/examples/provider/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_host/import.sh b/examples/resources/powerstore_host/import.sh
index ac04278a..7bcf562e 100644
--- a/examples/resources/powerstore_host/import.sh
+++ b/examples/resources/powerstore_host/import.sh
@@ -1,4 +1,4 @@
-#Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+#Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
#Licensed under the Mozilla Public License Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_host/provider.tf b/examples/resources/powerstore_host/provider.tf
index 9d580aa9..d00ded0a 100644
--- a/examples/resources/powerstore_host/provider.tf
+++ b/examples/resources/powerstore_host/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_host/resource.tf b/examples/resources/powerstore_host/resource.tf
index b40f96f9..9574638c 100644
--- a/examples/resources/powerstore_host/resource.tf
+++ b/examples/resources/powerstore_host/resource.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_host/variables.tf b/examples/resources/powerstore_host/variables.tf
index d748e38b..b079f08a 100644
--- a/examples/resources/powerstore_host/variables.tf
+++ b/examples/resources/powerstore_host/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_hostgroup/import.sh b/examples/resources/powerstore_hostgroup/import.sh
index bbd909ba..d6a1d5ac 100644
--- a/examples/resources/powerstore_hostgroup/import.sh
+++ b/examples/resources/powerstore_hostgroup/import.sh
@@ -1,4 +1,4 @@
-#Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+#Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
#Licensed under the Mozilla Public License Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_hostgroup/provider.tf b/examples/resources/powerstore_hostgroup/provider.tf
index 9d580aa9..d00ded0a 100644
--- a/examples/resources/powerstore_hostgroup/provider.tf
+++ b/examples/resources/powerstore_hostgroup/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_hostgroup/resource.tf b/examples/resources/powerstore_hostgroup/resource.tf
index b54f1f5b..97a408ce 100644
--- a/examples/resources/powerstore_hostgroup/resource.tf
+++ b/examples/resources/powerstore_hostgroup/resource.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_hostgroup/variables.tf b/examples/resources/powerstore_hostgroup/variables.tf
index d748e38b..b079f08a 100644
--- a/examples/resources/powerstore_hostgroup/variables.tf
+++ b/examples/resources/powerstore_hostgroup/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_protectionpolicy/import.sh b/examples/resources/powerstore_protectionpolicy/import.sh
index 95fe6d31..8a085c79 100644
--- a/examples/resources/powerstore_protectionpolicy/import.sh
+++ b/examples/resources/powerstore_protectionpolicy/import.sh
@@ -1,4 +1,4 @@
-#Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+#Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
#Licensed under the Mozilla Public License Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_protectionpolicy/provider.tf b/examples/resources/powerstore_protectionpolicy/provider.tf
index 9d580aa9..d00ded0a 100644
--- a/examples/resources/powerstore_protectionpolicy/provider.tf
+++ b/examples/resources/powerstore_protectionpolicy/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_protectionpolicy/resource.tf b/examples/resources/powerstore_protectionpolicy/resource.tf
index 0e019ce7..2d6468d1 100644
--- a/examples/resources/powerstore_protectionpolicy/resource.tf
+++ b/examples/resources/powerstore_protectionpolicy/resource.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_protectionpolicy/variables.tf b/examples/resources/powerstore_protectionpolicy/variables.tf
index d748e38b..b079f08a 100644
--- a/examples/resources/powerstore_protectionpolicy/variables.tf
+++ b/examples/resources/powerstore_protectionpolicy/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_snapshotrule/import.sh b/examples/resources/powerstore_snapshotrule/import.sh
index c12694b4..9ff3561f 100644
--- a/examples/resources/powerstore_snapshotrule/import.sh
+++ b/examples/resources/powerstore_snapshotrule/import.sh
@@ -1,4 +1,4 @@
-#Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+#Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
#Licensed under the Mozilla Public License Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_snapshotrule/provider.tf b/examples/resources/powerstore_snapshotrule/provider.tf
index 9d580aa9..d00ded0a 100644
--- a/examples/resources/powerstore_snapshotrule/provider.tf
+++ b/examples/resources/powerstore_snapshotrule/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_snapshotrule/resource.tf b/examples/resources/powerstore_snapshotrule/resource.tf
index e4f86094..3cb06c9c 100644
--- a/examples/resources/powerstore_snapshotrule/resource.tf
+++ b/examples/resources/powerstore_snapshotrule/resource.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_snapshotrule/variables.tf b/examples/resources/powerstore_snapshotrule/variables.tf
index d748e38b..b079f08a 100644
--- a/examples/resources/powerstore_snapshotrule/variables.tf
+++ b/examples/resources/powerstore_snapshotrule/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_storagecontainer/provider.tf b/examples/resources/powerstore_storagecontainer/provider.tf
index 9d580aa9..d00ded0a 100644
--- a/examples/resources/powerstore_storagecontainer/provider.tf
+++ b/examples/resources/powerstore_storagecontainer/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_storagecontainer/resource.tf b/examples/resources/powerstore_storagecontainer/resource.tf
index 7254a66c..8ec0011e 100644
--- a/examples/resources/powerstore_storagecontainer/resource.tf
+++ b/examples/resources/powerstore_storagecontainer/resource.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_storagecontainer/variables.tf b/examples/resources/powerstore_storagecontainer/variables.tf
index d748e38b..b079f08a 100644
--- a/examples/resources/powerstore_storagecontainer/variables.tf
+++ b/examples/resources/powerstore_storagecontainer/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_volume/import.sh b/examples/resources/powerstore_volume/import.sh
index bd019acd..d143e3db 100644
--- a/examples/resources/powerstore_volume/import.sh
+++ b/examples/resources/powerstore_volume/import.sh
@@ -1,4 +1,4 @@
-#Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+#Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
#Licensed under the Mozilla Public License Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_volume/provider.tf b/examples/resources/powerstore_volume/provider.tf
index 9d580aa9..d00ded0a 100644
--- a/examples/resources/powerstore_volume/provider.tf
+++ b/examples/resources/powerstore_volume/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_volume/resource.tf b/examples/resources/powerstore_volume/resource.tf
index e8703390..0ff141fe 100644
--- a/examples/resources/powerstore_volume/resource.tf
+++ b/examples/resources/powerstore_volume/resource.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_volume/variables.tf b/examples/resources/powerstore_volume/variables.tf
index d748e38b..b079f08a 100644
--- a/examples/resources/powerstore_volume/variables.tf
+++ b/examples/resources/powerstore_volume/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_volume_snapshot/import.sh b/examples/resources/powerstore_volume_snapshot/import.sh
index 97b033ed..fd1a6be0 100644
--- a/examples/resources/powerstore_volume_snapshot/import.sh
+++ b/examples/resources/powerstore_volume_snapshot/import.sh
@@ -1,4 +1,4 @@
-#Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+#Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
#Licensed under the Mozilla Public License Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_volume_snapshot/provider.tf b/examples/resources/powerstore_volume_snapshot/provider.tf
index 9d580aa9..d00ded0a 100644
--- a/examples/resources/powerstore_volume_snapshot/provider.tf
+++ b/examples/resources/powerstore_volume_snapshot/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_volume_snapshot/resource.tf b/examples/resources/powerstore_volume_snapshot/resource.tf
index d40531ec..6cfd00fd 100644
--- a/examples/resources/powerstore_volume_snapshot/resource.tf
+++ b/examples/resources/powerstore_volume_snapshot/resource.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_volume_snapshot/variables.tf b/examples/resources/powerstore_volume_snapshot/variables.tf
index 4e2b0b01..c57964ec 100644
--- a/examples/resources/powerstore_volume_snapshot/variables.tf
+++ b/examples/resources/powerstore_volume_snapshot/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_volumegroup/import.sh b/examples/resources/powerstore_volumegroup/import.sh
index c236dfc9..d05106a4 100644
--- a/examples/resources/powerstore_volumegroup/import.sh
+++ b/examples/resources/powerstore_volumegroup/import.sh
@@ -1,4 +1,4 @@
-#Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+#Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
#Licensed under the Mozilla Public License Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_volumegroup/provider.tf b/examples/resources/powerstore_volumegroup/provider.tf
index 9d580aa9..d00ded0a 100644
--- a/examples/resources/powerstore_volumegroup/provider.tf
+++ b/examples/resources/powerstore_volumegroup/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_volumegroup/resource.tf b/examples/resources/powerstore_volumegroup/resource.tf
index 51ac887a..8c0d8c9c 100644
--- a/examples/resources/powerstore_volumegroup/resource.tf
+++ b/examples/resources/powerstore_volumegroup/resource.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_volumegroup/variables.tf b/examples/resources/powerstore_volumegroup/variables.tf
index d748e38b..b079f08a 100644
--- a/examples/resources/powerstore_volumegroup/variables.tf
+++ b/examples/resources/powerstore_volumegroup/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_volumegroup_snapshot/import.sh b/examples/resources/powerstore_volumegroup_snapshot/import.sh
index 6def0044..576b1666 100644
--- a/examples/resources/powerstore_volumegroup_snapshot/import.sh
+++ b/examples/resources/powerstore_volumegroup_snapshot/import.sh
@@ -1,4 +1,4 @@
-#Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+#Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
#Licensed under the Mozilla Public License Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_volumegroup_snapshot/provider.tf b/examples/resources/powerstore_volumegroup_snapshot/provider.tf
index 9d580aa9..d00ded0a 100644
--- a/examples/resources/powerstore_volumegroup_snapshot/provider.tf
+++ b/examples/resources/powerstore_volumegroup_snapshot/provider.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_volumegroup_snapshot/resource.tf b/examples/resources/powerstore_volumegroup_snapshot/resource.tf
index 529ea009..fdce84de 100644
--- a/examples/resources/powerstore_volumegroup_snapshot/resource.tf
+++ b/examples/resources/powerstore_volumegroup_snapshot/resource.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/examples/resources/powerstore_volumegroup_snapshot/variables.tf b/examples/resources/powerstore_volumegroup_snapshot/variables.tf
index 4e2b0b01..c57964ec 100644
--- a/examples/resources/powerstore_volumegroup_snapshot/variables.tf
+++ b/examples/resources/powerstore_volumegroup_snapshot/variables.tf
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/go.mod b/go.mod
index 5f5853e1..e6009dbc 100644
--- a/go.mod
+++ b/go.mod
@@ -1,68 +1,74 @@
module terraform-provider-powerstore
-go 1.19
+go 1.21
require (
github.com/dell/gopowerstore v1.14.0
- github.com/hashicorp/terraform-plugin-docs v0.13.0
- github.com/hashicorp/terraform-plugin-framework v1.4.2
- github.com/hashicorp/terraform-plugin-framework-validators v0.9.0
- github.com/hashicorp/terraform-plugin-go v0.19.0
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0
+ github.com/hashicorp/terraform-plugin-docs v0.18.0
+ github.com/hashicorp/terraform-plugin-framework v1.5.0
+ github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
+ github.com/hashicorp/terraform-plugin-go v0.21.0
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.32.0
)
require (
+ github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
- github.com/cloudflare/circl v1.3.3 // indirect
+ github.com/cloudflare/circl v1.3.7 // indirect
+ github.com/hashicorp/cli v1.1.6 // indirect
+ github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
+ github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
- golang.org/x/crypto v0.14.0 // indirect
- golang.org/x/mod v0.13.0 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
+ github.com/yuin/goldmark v1.6.0 // indirect
+ github.com/yuin/goldmark-meta v1.1.0 // indirect
+ golang.org/x/crypto v0.18.0 // indirect
+ golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
+ golang.org/x/mod v0.14.0 // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
+ gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/Masterminds/goutils v1.1.1 // indirect
- github.com/Masterminds/semver/v3 v3.1.1 // indirect
- github.com/Masterminds/sprig/v3 v3.2.2 // indirect
+ github.com/Masterminds/semver/v3 v3.2.0 // indirect
+ github.com/Masterminds/sprig/v3 v3.2.3 // indirect
github.com/agext/levenshtein v1.2.2 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/fatih/color v1.13.0 // indirect
+ github.com/fatih/color v1.16.0 // indirect
github.com/go-openapi/errors v0.20.2 // indirect
github.com/go-openapi/strfmt v0.21.2 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
- github.com/google/uuid v1.3.1 // indirect
+ github.com/google/uuid v1.4.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
github.com/hashicorp/go-hclog v1.5.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
- github.com/hashicorp/go-plugin v1.5.1 // indirect
+ github.com/hashicorp/go-plugin v1.6.0 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
- github.com/hashicorp/hc-install v0.6.1 // indirect
+ github.com/hashicorp/hc-install v0.6.2 // indirect
github.com/hashicorp/hcl/v2 v2.19.1 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
- github.com/hashicorp/terraform-exec v0.19.0 // indirect
- github.com/hashicorp/terraform-json v0.17.1 // indirect
+ github.com/hashicorp/terraform-exec v0.20.0 // indirect
+ github.com/hashicorp/terraform-json v0.21.0 // indirect
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
- github.com/hashicorp/terraform-registry-address v0.2.2 // indirect
+ github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
- github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
- github.com/huandu/xstrings v1.3.2 // indirect
+ github.com/hashicorp/yamux v0.1.1 // indirect
+ github.com/huandu/xstrings v1.3.3 // indirect
github.com/imdario/mergo v0.3.15 // indirect
- github.com/mattn/go-colorable v0.1.12 // indirect
- github.com/mattn/go-isatty v0.0.14 // indirect
- github.com/mitchellh/cli v1.1.5 // indirect
+ github.com/mattn/go-colorable v0.1.13 // indirect
+ github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
@@ -77,12 +83,12 @@ require (
github.com/spf13/cast v1.5.0 // indirect
github.com/stretchr/testify v1.8.1
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
- github.com/zclconf/go-cty v1.14.1 // indirect
+ github.com/zclconf/go-cty v1.14.2 // indirect
go.mongodb.org/mongo-driver v1.9.1 // indirect
- golang.org/x/net v0.17.0 // indirect
- golang.org/x/sys v0.14.0 // indirect
+ golang.org/x/net v0.18.0 // indirect
+ golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
- google.golang.org/appengine v1.6.7 // indirect
- google.golang.org/grpc v1.59.0 // indirect
- google.golang.org/protobuf v1.31.0 // indirect
+ google.golang.org/appengine v1.6.8 // indirect
+ google.golang.org/grpc v1.61.0 // indirect
+ google.golang.org/protobuf v1.32.0 // indirect
)
diff --git a/go.sum b/go.sum
index ba49d4e6..81d2f775 100644
--- a/go.sum
+++ b/go.sum
@@ -1,21 +1,22 @@
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
+dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
+github.com/Kunde21/markdownfmt/v3 v3.1.0 h1:KiZu9LKs+wFFBQKhrZJrFZwtLnCCWJahL+S+E/3VnM0=
+github.com/Kunde21/markdownfmt/v3 v3.1.0/go.mod h1:tPXN1RTyOzJwhfHoon9wUr4HGYmWgVxSQN6VBJDkrVc=
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
-github.com/Masterminds/semver/v3 v3.1.1 h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc=
-github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=
-github.com/Masterminds/sprig/v3 v3.2.1/go.mod h1:UoaO7Yp8KlPnJIYWTFkMaqPUYKTfGFPhxNuwnnxkKlk=
-github.com/Masterminds/sprig/v3 v3.2.2 h1:17jRggJu518dr3QaafizSXOjKYp94wKfABxUmyxvxX8=
-github.com/Masterminds/sprig/v3 v3.2.2/go.mod h1:UoaO7Yp8KlPnJIYWTFkMaqPUYKTfGFPhxNuwnnxkKlk=
+github.com/Masterminds/semver/v3 v3.2.0 h1:3MEsd0SM6jqZojhjLWWeBY+Kcjy9i6MQAeY7YgDP83g=
+github.com/Masterminds/semver/v3 v3.2.0/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ=
+github.com/Masterminds/sprig/v3 v3.2.3 h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=
+github.com/Masterminds/sprig/v3 v3.2.3/go.mod h1:rXcFaZ2zZbLRJv/xSysmlgIM1u11eBaRMhvYXJNkGuM=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
+github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 h1:kkhsdkhsCvIsutKu5zLMgWtgh9YxGCNAw8Ad8hjwfYg=
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0=
-github.com/acomagu/bufpipe v1.0.4 h1:e3H4WUzM3npvo5uv95QuJM3cQspFNtFBzvJ2oNjKIDQ=
github.com/agext/levenshtein v1.2.2 h1:0S/Yg6LYmFJ5stwQeRp6EeOcCbj7xiqQSdNelsXvaqE=
github.com/agext/levenshtein v1.2.2/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
github.com/apparentlymart/go-textseg/v12 v12.0.0/go.mod h1:S/4uRK2UtaQttw1GenVJEynmyUenKwP++x/+DdGV/Ec=
github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY=
github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4=
-github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/armon/go-radix v1.0.0 h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI=
github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw=
@@ -24,24 +25,32 @@ github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d/go.mod h1:W
github.com/bgentry/speakeasy v0.1.0 h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=
github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
github.com/bufbuild/protocompile v0.4.0 h1:LbFKd2XowZvQ/kajzguUp2DC9UEIQhIq77fZZlaQsNA=
+github.com/bufbuild/protocompile v0.4.0/go.mod h1:3v93+mbWn/v3xzN+31nwkJfrEpAUwp+BagBSZWx+TP8=
github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0=
-github.com/cloudflare/circl v1.3.3 h1:fE/Qz0QdIGqeWfnwq0RE0R7MI51s0M2E4Ga9kq5AEMs=
github.com/cloudflare/circl v1.3.3/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUKZrLbUZFA=
+github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=
+github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=
+github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dell/gopowerstore v1.14.0 h1:j4wSn25X2AH2t3/ySNPHmNWjqM0zHDkYyDPt+0uE8cc=
github.com/dell/gopowerstore v1.14.0/go.mod h1:YH3SpMX2dr3ouYWWPhk5lzjip3aaVVksFOSoenRDY5w=
github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=
-github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
-github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
+github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ=
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
+github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
+github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
github.com/frankban/quicktest v1.14.3 h1:FJKSZTDHjyhriyC81FLQ0LY93eSai0ZyR/ZIkd3ZUKE=
+github.com/frankban/quicktest v1.14.3/go.mod h1:mgiwOwqx65TmIk1wJ6Q7wvnVMocbUorkibMOrVTHZps=
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=
+github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic=
github.com/go-git/go-billy/v5 v5.5.0 h1:yEY4yhzCDuMGSv83oGxiBotRzhwhNr8VZyphhiu+mTU=
-github.com/go-git/go-git/v5 v5.9.0 h1:cD9SFA7sHVRdJ7AYck1ZaAa/yeuBvGPxwXDL8cxrObY=
+github.com/go-git/go-billy/v5 v5.5.0/go.mod h1:hmexnoNsr2SJU1Ju67OaNz5ASJY3+sHgFRpCtpDCKow=
+github.com/go-git/go-git/v5 v5.10.1 h1:tu8/D8i+TWxgKpzQ3Vc43e+kkhXqtsZCKI/egajKnxk=
+github.com/go-git/go-git/v5 v5.10.1/go.mod h1:uEuHjxkHap8kAl//V5F/nNWwqIYtP/402ddd05mp0wg=
github.com/go-openapi/errors v0.19.8/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M=
github.com/go-openapi/errors v0.20.2 h1:dxy7PGTqEh94zj2E3h1cUmQQWiM1+aeCROfAr02EmK8=
github.com/go-openapi/errors v0.20.2/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M=
@@ -51,10 +60,12 @@ github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/me
github.com/go-stack/stack v1.8.1 h1:ntEHSVwIt7PNXNpgPmVfMrNhLtgjlmnZha2kOpuRiDw=
github.com/go-stack/stack v1.8.1/go.mod h1:dcoOX6HbPZSZptuspn9bctJ+N/CnF5gGygcUP3XYfe4=
github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68=
+github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=
+github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/protobuf v1.1.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
-github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
+github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
@@ -64,9 +75,10 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
-github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
-github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
-github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
+github.com/google/uuid v1.4.0 h1:MtMxsa51/r9yyhkyLsVeVt0B+BGQZzpQiTQ4eHZ8bc4=
+github.com/google/uuid v1.4.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
+github.com/hashicorp/cli v1.1.6 h1:CMOV+/LJfL1tXCOKrgAX0uRKnzjj/mpmqNXloRSy2K8=
+github.com/hashicorp/cli v1.1.6/go.mod h1:MPon5QYlgjjo0BSoAiN0ESeT5fRzDjVRp+uioJ0piz4=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
@@ -82,69 +94,75 @@ github.com/hashicorp/go-hclog v1.5.0/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVH
github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk=
github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=
github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=
-github.com/hashicorp/go-plugin v1.5.1 h1:oGm7cWBaYIp3lJpx1RUEfLWophprE2EV/KUeqBYo+6k=
-github.com/hashicorp/go-plugin v1.5.1/go.mod h1:w1sAEES3g3PuV/RzUrgow20W2uErMly84hhD3um1WL4=
+github.com/hashicorp/go-plugin v1.6.0 h1:wgd4KxHJTVGGqWBq4QPB1i5BZNEx9BR8+OFmHDmTk8A=
+github.com/hashicorp/go-plugin v1.6.0/go.mod h1:lBS5MtSSBZk0SHc66KACcjjlU6WzEVP/8pwz68aMkCI=
github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=
github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=
github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
-github.com/hashicorp/hc-install v0.6.1 h1:IGxShH7AVhPaSuSJpKtVi/EFORNjO+OYVJJrAtGG2mY=
-github.com/hashicorp/hc-install v0.6.1/go.mod h1:0fW3jpg+wraYSnFDJ6Rlie3RvLf1bIqVIkzoon4KoVE=
+github.com/hashicorp/hc-install v0.6.2 h1:V1k+Vraqz4olgZ9UzKiAcbman9i9scg9GgSt/U3mw/M=
+github.com/hashicorp/hc-install v0.6.2/go.mod h1:2JBpd+NCFKiHiu/yYCGaPyPHhZLxXTpz8oreHa/a3Ps=
github.com/hashicorp/hcl/v2 v2.19.1 h1://i05Jqznmb2EXqa39Nsvyan2o5XyMowW5fnCKW5RPI=
github.com/hashicorp/hcl/v2 v2.19.1/go.mod h1:ThLC89FV4p9MPW804KVbe/cEXoQ8NZEh+JtMeeGErHE=
github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=
github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64=
-github.com/hashicorp/terraform-exec v0.19.0 h1:FpqZ6n50Tk95mItTSS9BjeOVUb4eg81SpgVtZNNtFSM=
-github.com/hashicorp/terraform-exec v0.19.0/go.mod h1:tbxUpe3JKruE9Cuf65mycSIT8KiNPZ0FkuTE3H4urQg=
-github.com/hashicorp/terraform-json v0.17.1 h1:eMfvh/uWggKmY7Pmb3T85u86E2EQg6EQHgyRwf3RkyA=
-github.com/hashicorp/terraform-json v0.17.1/go.mod h1:Huy6zt6euxaY9knPAFKjUITn8QxUFIe9VuSzb4zn/0o=
-github.com/hashicorp/terraform-plugin-docs v0.13.0 h1:6e+VIWsVGb6jYJewfzq2ok2smPzZrt1Wlm9koLeKazY=
-github.com/hashicorp/terraform-plugin-docs v0.13.0/go.mod h1:W0oCmHAjIlTHBbvtppWHe8fLfZ2BznQbuv8+UD8OucQ=
-github.com/hashicorp/terraform-plugin-framework v1.4.2 h1:P7a7VP1GZbjc4rv921Xy5OckzhoiO3ig6SGxwelD2sI=
-github.com/hashicorp/terraform-plugin-framework v1.4.2/go.mod h1:GWl3InPFZi2wVQmdVnINPKys09s9mLmTZr95/ngLnbY=
-github.com/hashicorp/terraform-plugin-framework-validators v0.9.0 h1:LYz4bXh3t7bTEydXOmPDPupRRnA480B/9+jV8yZvxBA=
-github.com/hashicorp/terraform-plugin-framework-validators v0.9.0/go.mod h1:+BVERsnfdlhYR2YkXMBtPnmn9UsL19U3qUtSZ+Y/5MY=
-github.com/hashicorp/terraform-plugin-go v0.19.0 h1:BuZx/6Cp+lkmiG0cOBk6Zps0Cb2tmqQpDM3iAtnhDQU=
-github.com/hashicorp/terraform-plugin-go v0.19.0/go.mod h1:EhRSkEPNoylLQntYsk5KrDHTZJh9HQoumZXbOGOXmec=
+github.com/hashicorp/terraform-exec v0.20.0 h1:DIZnPsqzPGuUnq6cH8jWcPunBfY+C+M8JyYF3vpnuEo=
+github.com/hashicorp/terraform-exec v0.20.0/go.mod h1:ckKGkJWbsNqFKV1itgMnE0hY9IYf1HoiekpuN0eWoDw=
+github.com/hashicorp/terraform-json v0.21.0 h1:9NQxbLNqPbEMze+S6+YluEdXgJmhQykRyRNd+zTI05U=
+github.com/hashicorp/terraform-json v0.21.0/go.mod h1:qdeBs11ovMzo5puhrRibdD6d2Dq6TyE/28JiU4tIQxk=
+github.com/hashicorp/terraform-plugin-docs v0.18.0 h1:2bINhzXc+yDeAcafurshCrIjtdu1XHn9zZ3ISuEhgpk=
+github.com/hashicorp/terraform-plugin-docs v0.18.0/go.mod h1:iIUfaJpdUmpi+rI42Kgq+63jAjI8aZVTyxp3Bvk9Hg8=
+github.com/hashicorp/terraform-plugin-framework v1.5.0 h1:8kcvqJs/x6QyOFSdeAyEgsenVOUeC/IyKpi2ul4fjTg=
+github.com/hashicorp/terraform-plugin-framework v1.5.0/go.mod h1:6waavirukIlFpVpthbGd2PUNYaFedB0RwW3MDzJ/rtc=
+github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 h1:HOjBuMbOEzl7snOdOoUfE2Jgeto6JOjLVQ39Ls2nksc=
+github.com/hashicorp/terraform-plugin-framework-validators v0.12.0/go.mod h1:jfHGE/gzjxYz6XoUwi/aYiiKrJDeutQNUtGQXkaHklg=
+github.com/hashicorp/terraform-plugin-go v0.21.0 h1:VSjdVQYNDKR0l2pi3vsFK1PdMQrw6vGOshJXMNFeVc0=
+github.com/hashicorp/terraform-plugin-go v0.21.0/go.mod h1:piJp8UmO1uupCvC9/H74l2C6IyKG0rW4FDedIpwW5RQ=
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=
github.com/hashicorp/terraform-plugin-log v0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow=
-github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0 h1:wcOKYwPI9IorAJEBLzgclh3xVolO7ZorYd6U1vnok14=
-github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0/go.mod h1:qH/34G25Ugdj5FcM95cSoXzUgIbgfhVLXCcEcYaMwq8=
-github.com/hashicorp/terraform-registry-address v0.2.2 h1:lPQBg403El8PPicg/qONZJDC6YlgCVbWDtNmmZKtBno=
-github.com/hashicorp/terraform-registry-address v0.2.2/go.mod h1:LtwNbCihUoUZ3RYriyS2wF/lGPB6gF9ICLRtuDk7hSo=
+github.com/hashicorp/terraform-plugin-sdk/v2 v2.32.0 h1:7xdO9aOXVmhvMxNAq8UloyyqW0EEzyAY37llSTHJgjo=
+github.com/hashicorp/terraform-plugin-sdk/v2 v2.32.0/go.mod h1:LxQzs7AQl/5JE1IGFd6LX8E4A0InRJ/7s245gOmsejA=
+github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI=
+github.com/hashicorp/terraform-registry-address v0.2.3/go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM=
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
github.com/hashicorp/terraform-svchost v0.1.1/go.mod h1:mNsjQfZyf/Jhz35v6/0LWcv26+X7JPS+buii2c9/ctc=
-github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d h1:kJCB4vdITiW1eC1vq2e6IsrXKrZit1bv/TDYFGMp4BQ=
-github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM=
-github.com/huandu/xstrings v1.3.1/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
-github.com/huandu/xstrings v1.3.2 h1:L18LIDzqlW6xN2rEkpdV8+oL/IXWJ1APd+vsdYy4Wdw=
-github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
+github.com/hashicorp/yamux v0.1.1 h1:yrQxtgseBDrq9Y652vSRDvsKCJKOUD+GzTS4Y0Y8pvE=
+github.com/hashicorp/yamux v0.1.1/go.mod h1:CtWFDAQgb7dxtzFs4tWbplKIe2jSi3+5vKbgIO0SLnQ=
+github.com/huandu/xstrings v1.3.3 h1:/Gcsuc1x8JVbJ9/rlye4xZnVAbEkGauT8lbebqcQws4=
+github.com/huandu/xstrings v1.3.3/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=
github.com/imdario/mergo v0.3.15 h1:M8XP7IuFNsqUx6VPK2P9OSmsYsI/YFaGil0uD21V3dM=
github.com/imdario/mergo v0.3.15/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY=
github.com/jarcoal/httpmock v1.2.0 h1:gSvTxxFR/MEMfsGrvRbdfpRUMBStovlSRLw0Ep1bwwc=
+github.com/jarcoal/httpmock v1.2.0/go.mod h1:oCoTsnAz4+UoOUIf5lJOWV2QQIW5UoeUI6aM2YnWAZk=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
+github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
github.com/jhump/protoreflect v1.15.1 h1:HUMERORf3I3ZdX05WaQ6MIpd/NJ434hTp5YiKgfCL6c=
+github.com/jhump/protoreflect v1.15.1/go.mod h1:jD/2GMKKE6OqX8qTjhADU1e6DShO+gavG9e0Q693nKo=
github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=
+github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
+github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
-github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
+github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
-github.com/mattn/go-colorable v0.1.12 h1:jF+Du6AlPIjs2BiUiQlKOX0rt3SujHxPnksPKZbaA40=
github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4=
-github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
+github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
+github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
-github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y=
github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94=
-github.com/mitchellh/cli v1.1.5 h1:OxRIeJXpAMztws/XHlN2vu6imG5Dpq+j61AzAX5fLng=
-github.com/mitchellh/cli v1.1.5/go.mod h1:v8+iFts2sPIKUV1ltktPXMCC8fumSKFItNcD2cLtRR4=
+github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
+github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
+github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
+github.com/mattn/go-runewidth v0.0.9 h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=
+github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
github.com/mitchellh/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw=
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s=
@@ -166,22 +184,25 @@ github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQ
github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=
+github.com/pjbgf/sha1cd v0.3.0/go.mod h1:nZ1rrWOcGJ5uZgEEVL1VUM9iRQiZvWdbZjkKyFzPPsI=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
-github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
github.com/posener/complete v1.2.3 h1:NP0eAhjcjImqslEwo/1hq7gpajME0fTLTezBKDqfXqo=
github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s=
-github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBOAvL+k=
+github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
+github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
github.com/russross/blackfriday v1.6.0 h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3VRLtww=
github.com/russross/blackfriday v1.6.0/go.mod h1:ti0ldHuxg49ri4ksnFxlkCfN+hvslNlmVHqNRXXJNAY=
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=
+github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
-github.com/skeema/knownhosts v1.2.0 h1:h9r9cf0+u7wSE+M183ZtMGgOJKiL96brpaz5ekfJCpM=
+github.com/skeema/knownhosts v1.2.1 h1:SHWdIUa82uGZz+F+47k8SY4QhhI291cXCpopT1lK2AQ=
+github.com/skeema/knownhosts v1.2.1/go.mod h1:xYbVRSPxqBZFrdmDyMmsOs+uX1UZC3nTN3ThzgDxUwo=
github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=
github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU=
@@ -203,46 +224,51 @@ github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhV
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
github.com/vmihailenco/msgpack v4.0.4+incompatible h1:dSLoQfGFAo3F6OoNhwUmLwVgaUXK79GlxNBwueZn0xI=
github.com/vmihailenco/msgpack v4.0.4+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
-github.com/vmihailenco/msgpack/v5 v5.3.5 h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9znI5mJU=
-github.com/vmihailenco/msgpack/v5 v5.3.5/go.mod h1:7xyJ9e+0+9SaZT0Wt1RGleJXzli6Q/V5KbhBonMG9jc=
+github.com/vmihailenco/msgpack/v5 v5.4.1 h1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IUPn0Bjt8=
+github.com/vmihailenco/msgpack/v5 v5.4.1/go.mod h1:GaZTsDaehaPpQVyxrf5mtQlH+pc21PIudVV/E3rRQok=
github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=
github.com/vmihailenco/tagparser/v2 v2.0.0/go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV6mEfg5OIWRZA9qds=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
+github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs=
github.com/xdg-go/stringprep v1.0.2/go.mod h1:8F9zXuvzgwmyT5DUm4GUfZGDdT3W+LCvS6+da4O5kxM=
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d/go.mod h1:rHwXgn7JulP+udvsHwJoVG1YGAP6VLg4y9I5dyZdqmA=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
-github.com/zclconf/go-cty v1.14.1 h1:t9fyA35fwjjUMcmL5hLER+e/rEPqrbCK1/OSE4SI9KA=
-github.com/zclconf/go-cty v1.14.1/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
+github.com/yuin/goldmark v1.6.0 h1:boZcn2GTjpsynOsC0iJHnBWa4Bi0qzfJjthwauItG68=
+github.com/yuin/goldmark v1.6.0/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
+github.com/yuin/goldmark-meta v1.1.0 h1:pWw+JLHGZe8Rk0EGsMVssiNb/AaPMHfSRszZeUeiOUc=
+github.com/yuin/goldmark-meta v1.1.0/go.mod h1:U4spWENafuA7Zyg+Lj5RqK/MF+ovMYtBvXi1lBb2VP0=
+github.com/zclconf/go-cty v1.14.2 h1:kTG7lqmBou0Zkx35r6HJHUQTvaRPr5bIAf3AoHS0izI=
+github.com/zclconf/go-cty v1.14.2/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
go.mongodb.org/mongo-driver v1.7.5/go.mod h1:VXEWRZ6URJIkUq2SCAyapmhH0ZLRBP+FT4xhp5Zvxng=
go.mongodb.org/mongo-driver v1.9.1 h1:m078y9v7sBItkt1aaoe2YlvWEXcD263e1a4E1fBrJ1c=
go.mongodb.org/mongo-driver v1.9.1/go.mod h1:0sQWfOeY63QTntERDJJ/0SuKK0T1uVSgKCuAROlKEPY=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
-golang.org/x/crypto v0.0.0-20200414173820-0848c9571904/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
-golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
+golang.org/x/crypto v0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4=
golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4=
golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU=
-golang.org/x/crypto v0.14.0 h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc=
-golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
+golang.org/x/crypto v0.18.0 h1:PGVlW0xEltQnzFZ55hkuX5+KLyrMYhHld1YHO4AKcdc=
+golang.org/x/crypto v0.18.0/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg=
+golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df h1:UA2aFVmmsIlefxMk29Dp2juaUSth8Pyn3Tq5Y5mJGME=
+golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df/go.mod h1:FXUEEKJgO7OQYeo8N01OfiKP8RXMtf6e8aTskBGqWdc=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
-golang.org/x/mod v0.13.0 h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=
-golang.org/x/mod v0.13.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
+golang.org/x/mod v0.14.0 h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0=
+golang.org/x/mod v0.14.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
-golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
-golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
-golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
+golang.org/x/net v0.18.0 h1:mIYleuAkSbHh0tCv7RvjL3F6ZVbLjq4+R7zbOn3Kokg=
+golang.org/x/net v0.18.0/go.mod h1:/czyP5RqHAH4odGYxBJ1qz0+CE5WZ+2j1YgoEo8F2jQ=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -261,12 +287,13 @@ golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
+golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q=
-golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
+golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU=
+golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
@@ -278,6 +305,7 @@ golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
+golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
@@ -289,25 +317,28 @@ golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtn
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
golang.org/x/tools v0.13.0 h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=
+golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
-google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=
-google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc=
-google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d h1:uvYuEyMHKNt+lT4K3bN6fGswmK8qSvcreM3BwjDh+y4=
-google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d/go.mod h1:+Bk1OCOj40wS2hwAMA+aCW9ypzm63QTBBHp6lQ3p+9M=
-google.golang.org/grpc v1.59.0 h1:Z5Iec2pjwb+LEOqzpB2MR12/eKFhDPhuqW91O+4bwUk=
-google.golang.org/grpc v1.59.0/go.mod h1:aUPDwccQo6OTjy7Hct4AfBPD1GptF4fyUjIkQ9YtF98=
+google.golang.org/appengine v1.6.8 h1:IhEN5q69dyKagZPYMSdIjS2HqprW324FRQZJcGqPAsM=
+google.golang.org/appengine v1.6.8/go.mod h1:1jJ3jBArFh5pcgW8gCtRJnepW8FzD1V44FJffLiz/Ds=
+google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 h1:Jyp0Hsi0bmHXG6k9eATXoYtjd6e2UzZ1SCn/wIupY14=
+google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17/go.mod h1:oQ5rr10WTTMvP4A36n8JpR1OrO1BEiV4f78CneXZxkA=
+google.golang.org/grpc v1.61.0 h1:TOvOcuXn30kRao+gfcvsebNEa5iZIiLkisYEkf7R7o0=
+google.golang.org/grpc v1.61.0/go.mod h1:VUbo7IFqmF1QtCAstipjG0GIoq49KvMe9+h1jFLBNJs=
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
-google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=
-google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
+google.golang.org/protobuf v1.32.0 h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I=
+google.golang.org/protobuf v1.32.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU=
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/warnings.v0 v0.1.2 h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=
+gopkg.in/warnings.v0 v0.1.2/go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
+gopkg.in/yaml.v2 v2.3.0 h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU=
gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
diff --git a/main.go b/main.go
index b49af646..09b41a62 100644
--- a/main.go
+++ b/main.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/models/host.go b/models/host.go
index 0a2db24e..8159056f 100644
--- a/models/host.go
+++ b/models/host.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/models/hostDataSource.go b/models/hostDataSource.go
index 4313c4c1..f48cbda2 100644
--- a/models/hostDataSource.go
+++ b/models/hostDataSource.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/models/hostgroup.go b/models/hostgroup.go
index bf5793c9..d8b9aa3c 100644
--- a/models/hostgroup.go
+++ b/models/hostgroup.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/models/hostgroupDataSource.go b/models/hostgroupDataSource.go
index 086a36a6..ce2a4c8d 100644
--- a/models/hostgroupDataSource.go
+++ b/models/hostgroupDataSource.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/models/protectionpolicy.go b/models/protectionpolicy.go
index e1052d36..f25c324e 100644
--- a/models/protectionpolicy.go
+++ b/models/protectionpolicy.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/models/protectionpolicyDataSource.go b/models/protectionpolicyDataSource.go
index 3c6d7f5f..70dbc317 100644
--- a/models/protectionpolicyDataSource.go
+++ b/models/protectionpolicyDataSource.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/models/snapshot.go b/models/snapshot.go
index b1d99088..677567fa 100644
--- a/models/snapshot.go
+++ b/models/snapshot.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/models/snapshotrule.go b/models/snapshotrule.go
index 28a077e0..f9ec40e9 100644
--- a/models/snapshotrule.go
+++ b/models/snapshotrule.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/models/snapshotruleDataSource.go b/models/snapshotruleDataSource.go
index 8bcdcb76..92906830 100644
--- a/models/snapshotruleDataSource.go
+++ b/models/snapshotruleDataSource.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/models/storagecontainer.go b/models/storagecontainer.go
index 2a91708e..256ea48e 100644
--- a/models/storagecontainer.go
+++ b/models/storagecontainer.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/models/volume.go b/models/volume.go
index 81f0ed36..72e6a362 100644
--- a/models/volume.go
+++ b/models/volume.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/models/volumeDataSource.go b/models/volumeDataSource.go
index 819445df..d8fab715 100644
--- a/models/volumeDataSource.go
+++ b/models/volumeDataSource.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/models/volumegroup.go b/models/volumegroup.go
index 78191043..4fdcf443 100644
--- a/models/volumegroup.go
+++ b/models/volumegroup.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/models/volumegroupDataSource.go b/models/volumegroupDataSource.go
index a5bae563..f7677db6 100644
--- a/models/volumegroupDataSource.go
+++ b/models/volumegroupDataSource.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/constants.go b/powerstore/constants.go
index 6e55f14c..67b6716c 100644
--- a/powerstore/constants.go
+++ b/powerstore/constants.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/datasource_host.go b/powerstore/datasource_host.go
index 26ffb52f..932f14ae 100644
--- a/powerstore/datasource_host.go
+++ b/powerstore/datasource_host.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -19,6 +19,9 @@ package powerstore
import (
"context"
+ "terraform-provider-powerstore/client"
+ "terraform-provider-powerstore/models"
+
"github.com/dell/gopowerstore"
"github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator"
"github.com/hashicorp/terraform-plugin-framework/attr"
@@ -27,8 +30,6 @@ import (
"github.com/hashicorp/terraform-plugin-framework/path"
"github.com/hashicorp/terraform-plugin-framework/schema/validator"
"github.com/hashicorp/terraform-plugin-framework/types"
- "terraform-provider-powerstore/client"
- "terraform-provider-powerstore/models"
)
var (
diff --git a/powerstore/datasource_host_group.go b/powerstore/datasource_host_group.go
index 05088324..b3bc8614 100644
--- a/powerstore/datasource_host_group.go
+++ b/powerstore/datasource_host_group.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/datasource_host_group_test.go b/powerstore/datasource_host_group_test.go
index 87fc5275..79ebfc77 100644
--- a/powerstore/datasource_host_group_test.go
+++ b/powerstore/datasource_host_group_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/datasource_host_test.go b/powerstore/datasource_host_test.go
index 225cebd9..41db545a 100644
--- a/powerstore/datasource_host_test.go
+++ b/powerstore/datasource_host_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/datasource_protection_policy.go b/powerstore/datasource_protection_policy.go
index 81b8dbae..4d84e1f5 100644
--- a/powerstore/datasource_protection_policy.go
+++ b/powerstore/datasource_protection_policy.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/datasource_protection_policy_test.go b/powerstore/datasource_protection_policy_test.go
index c19b94c4..04e2f951 100644
--- a/powerstore/datasource_protection_policy_test.go
+++ b/powerstore/datasource_protection_policy_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/datasource_snapshotrule.go b/powerstore/datasource_snapshotrule.go
index 569048f4..a365c92c 100644
--- a/powerstore/datasource_snapshotrule.go
+++ b/powerstore/datasource_snapshotrule.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -19,6 +19,9 @@ package powerstore
import (
"context"
+ "terraform-provider-powerstore/client"
+ "terraform-provider-powerstore/models"
+
"github.com/dell/gopowerstore"
"github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator"
"github.com/hashicorp/terraform-plugin-framework/attr"
@@ -27,8 +30,6 @@ import (
"github.com/hashicorp/terraform-plugin-framework/path"
"github.com/hashicorp/terraform-plugin-framework/schema/validator"
"github.com/hashicorp/terraform-plugin-framework/types"
- "terraform-provider-powerstore/client"
- "terraform-provider-powerstore/models"
)
var (
diff --git a/powerstore/datasource_snapshotrule_test.go b/powerstore/datasource_snapshotrule_test.go
index d413161a..566e146f 100644
--- a/powerstore/datasource_snapshotrule_test.go
+++ b/powerstore/datasource_snapshotrule_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/datasource_volume.go b/powerstore/datasource_volume.go
index d62d665f..49686e5d 100644
--- a/powerstore/datasource_volume.go
+++ b/powerstore/datasource_volume.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/datasource_volume_group.go b/powerstore/datasource_volume_group.go
index aa8b917b..9b1c5bc4 100644
--- a/powerstore/datasource_volume_group.go
+++ b/powerstore/datasource_volume_group.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/datasource_volume_group_snapshot.go b/powerstore/datasource_volume_group_snapshot.go
index 7fa93e24..a6e6037d 100644
--- a/powerstore/datasource_volume_group_snapshot.go
+++ b/powerstore/datasource_volume_group_snapshot.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -19,6 +19,8 @@ package powerstore
import (
"context"
+ "terraform-provider-powerstore/client"
+
"github.com/dell/gopowerstore"
"github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator"
"github.com/hashicorp/terraform-plugin-framework/attr"
@@ -27,7 +29,6 @@ import (
"github.com/hashicorp/terraform-plugin-framework/path"
"github.com/hashicorp/terraform-plugin-framework/schema/validator"
"github.com/hashicorp/terraform-plugin-framework/types"
- "terraform-provider-powerstore/client"
)
type volumeGroupSnapshotDataSource struct {
diff --git a/powerstore/datasource_volume_group_snapshot_test.go b/powerstore/datasource_volume_group_snapshot_test.go
index 6623437f..5f7f5d5b 100644
--- a/powerstore/datasource_volume_group_snapshot_test.go
+++ b/powerstore/datasource_volume_group_snapshot_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/datasource_volume_group_test.go b/powerstore/datasource_volume_group_test.go
index ee6c191d..f9841eb1 100644
--- a/powerstore/datasource_volume_group_test.go
+++ b/powerstore/datasource_volume_group_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/datasource_volume_snapshot.go b/powerstore/datasource_volume_snapshot.go
index 571fe73f..52b1a7df 100644
--- a/powerstore/datasource_volume_snapshot.go
+++ b/powerstore/datasource_volume_snapshot.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/datasource_volume_snapshot_test.go b/powerstore/datasource_volume_snapshot_test.go
index f9da7411..04d951c6 100644
--- a/powerstore/datasource_volume_snapshot_test.go
+++ b/powerstore/datasource_volume_snapshot_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/datasource_volume_test.go b/powerstore/datasource_volume_test.go
index 18ffa86d..27bd388b 100644
--- a/powerstore/datasource_volume_test.go
+++ b/powerstore/datasource_volume_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/defaults.go b/powerstore/defaults.go
index 0c133f2a..20f50ab4 100644
--- a/powerstore/defaults.go
+++ b/powerstore/defaults.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/provider.go b/powerstore/provider.go
index d3507b87..a6c6dfa0 100644
--- a/powerstore/provider.go
+++ b/powerstore/provider.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/provider_test.go b/powerstore/provider_test.go
index 9b2b1cc6..990ce964 100644
--- a/powerstore/provider_test.go
+++ b/powerstore/provider_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/resource_host.go b/powerstore/resource_host.go
index 835630db..f5e47921 100644
--- a/powerstore/resource_host.go
+++ b/powerstore/resource_host.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/resource_host_group.go b/powerstore/resource_host_group.go
index 9e2b3aaf..33883166 100644
--- a/powerstore/resource_host_group.go
+++ b/powerstore/resource_host_group.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/resource_host_group_test.go b/powerstore/resource_host_group_test.go
index e3b9b27b..1a7e5009 100644
--- a/powerstore/resource_host_group_test.go
+++ b/powerstore/resource_host_group_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/resource_host_test.go b/powerstore/resource_host_test.go
index 75aee440..f21075f0 100644
--- a/powerstore/resource_host_test.go
+++ b/powerstore/resource_host_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/resource_protection_policy.go b/powerstore/resource_protection_policy.go
index 52ebedf1..392222c5 100644
--- a/powerstore/resource_protection_policy.go
+++ b/powerstore/resource_protection_policy.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -21,9 +21,10 @@ import (
"context"
"errors"
"fmt"
- "github.com/hashicorp/terraform-plugin-framework/path"
"log"
+ "github.com/hashicorp/terraform-plugin-framework/path"
+
"strings"
client "terraform-provider-powerstore/client"
"terraform-provider-powerstore/models"
diff --git a/powerstore/resource_protection_policy_test.go b/powerstore/resource_protection_policy_test.go
index 5de50fe3..2ba11b09 100644
--- a/powerstore/resource_protection_policy_test.go
+++ b/powerstore/resource_protection_policy_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/resource_snapshot.go b/powerstore/resource_snapshot.go
index 81b0732e..f28da819 100644
--- a/powerstore/resource_snapshot.go
+++ b/powerstore/resource_snapshot.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -20,6 +20,11 @@ package powerstore
import (
"context"
"fmt"
+ "log"
+ "regexp"
+ "terraform-provider-powerstore/client"
+ "terraform-provider-powerstore/models"
+
"github.com/dell/gopowerstore"
"github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator"
"github.com/hashicorp/terraform-plugin-framework/path"
@@ -28,10 +33,6 @@ import (
"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
"github.com/hashicorp/terraform-plugin-framework/schema/validator"
"github.com/hashicorp/terraform-plugin-framework/types"
- "log"
- "regexp"
- "terraform-provider-powerstore/client"
- "terraform-provider-powerstore/models"
)
// newVolumeSnapshotResource returns snapshot new resource instance
diff --git a/powerstore/resource_snapshot_test.go b/powerstore/resource_snapshot_test.go
index f577366f..14116870 100644
--- a/powerstore/resource_snapshot_test.go
+++ b/powerstore/resource_snapshot_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/resource_snapshotrule.go b/powerstore/resource_snapshotrule.go
index 69c62993..7cc50383 100644
--- a/powerstore/resource_snapshotrule.go
+++ b/powerstore/resource_snapshotrule.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/resource_snapshotrule_test.go b/powerstore/resource_snapshotrule_test.go
index bc332f55..1909a51e 100644
--- a/powerstore/resource_snapshotrule_test.go
+++ b/powerstore/resource_snapshotrule_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/resource_storagecontainer.go b/powerstore/resource_storagecontainer.go
index ff506813..830b7efa 100644
--- a/powerstore/resource_storagecontainer.go
+++ b/powerstore/resource_storagecontainer.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/resource_storagecontainer_test.go b/powerstore/resource_storagecontainer_test.go
index a68fa77b..1cae9ab4 100644
--- a/powerstore/resource_storagecontainer_test.go
+++ b/powerstore/resource_storagecontainer_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/resource_volume.go b/powerstore/resource_volume.go
index 111e804e..76396e6b 100644
--- a/powerstore/resource_volume.go
+++ b/powerstore/resource_volume.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/resource_volume_group.go b/powerstore/resource_volume_group.go
index 07f0441a..90a1d485 100644
--- a/powerstore/resource_volume_group.go
+++ b/powerstore/resource_volume_group.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/resource_volume_group_snapshot.go b/powerstore/resource_volume_group_snapshot.go
index cb0b8e34..f9dd13ea 100644
--- a/powerstore/resource_volume_group_snapshot.go
+++ b/powerstore/resource_volume_group_snapshot.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -20,6 +20,11 @@ package powerstore
import (
"context"
"fmt"
+ "log"
+ "regexp"
+ "terraform-provider-powerstore/client"
+ "terraform-provider-powerstore/models"
+
"github.com/dell/gopowerstore"
"github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator"
"github.com/hashicorp/terraform-plugin-framework/path"
@@ -27,10 +32,6 @@ import (
"github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/schema/validator"
"github.com/hashicorp/terraform-plugin-framework/types"
- "log"
- "regexp"
- "terraform-provider-powerstore/client"
- "terraform-provider-powerstore/models"
)
// newVGSnapshotResource returns snapshot new resource instance
diff --git a/powerstore/resource_volume_group_snapshot_test.go b/powerstore/resource_volume_group_snapshot_test.go
index def04334..97a815a8 100644
--- a/powerstore/resource_volume_group_snapshot_test.go
+++ b/powerstore/resource_volume_group_snapshot_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/resource_volume_group_test.go b/powerstore/resource_volume_group_test.go
index 779df612..b2385475 100644
--- a/powerstore/resource_volume_group_test.go
+++ b/powerstore/resource_volume_group_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/resource_volume_test.go b/powerstore/resource_volume_test.go
index 51ed261b..efff692b 100644
--- a/powerstore/resource_volume_test.go
+++ b/powerstore/resource_volume_test.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/powerstore/volume_helper.go b/powerstore/volume_helper.go
index 2fb878e3..cb45f412 100644
--- a/powerstore/volume_helper.go
+++ b/powerstore/volume_helper.go
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/templates/data-sources.md.tmpl b/templates/data-sources.md.tmpl
index 71221a26..f7ff30b9 100644
--- a/templates/data-sources.md.tmpl
+++ b/templates/data-sources.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/data-sources/host.md.tmpl b/templates/data-sources/host.md.tmpl
index 60421317..ef054912 100644
--- a/templates/data-sources/host.md.tmpl
+++ b/templates/data-sources/host.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/data-sources/hostgroup.md.tmpl b/templates/data-sources/hostgroup.md.tmpl
index c8026ef5..9333fdcd 100644
--- a/templates/data-sources/hostgroup.md.tmpl
+++ b/templates/data-sources/hostgroup.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/data-sources/protectionpolicy.md.tmpl b/templates/data-sources/protectionpolicy.md.tmpl
index 281959c7..396d0329 100644
--- a/templates/data-sources/protectionpolicy.md.tmpl
+++ b/templates/data-sources/protectionpolicy.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/data-sources/snapshotrule.md.tmpl b/templates/data-sources/snapshotrule.md.tmpl
index ded024b8..293f8487 100644
--- a/templates/data-sources/snapshotrule.md.tmpl
+++ b/templates/data-sources/snapshotrule.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/data-sources/volume.md.tmpl b/templates/data-sources/volume.md.tmpl
index 05601ac8..b378b3b0 100644
--- a/templates/data-sources/volume.md.tmpl
+++ b/templates/data-sources/volume.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/data-sources/volume_snapshot.md.tmpl b/templates/data-sources/volume_snapshot.md.tmpl
index 9236e32f..56466804 100644
--- a/templates/data-sources/volume_snapshot.md.tmpl
+++ b/templates/data-sources/volume_snapshot.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/data-sources/volumegroup.md.tmpl b/templates/data-sources/volumegroup.md.tmpl
index a2c857e1..68ada157 100644
--- a/templates/data-sources/volumegroup.md.tmpl
+++ b/templates/data-sources/volumegroup.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/data-sources/volumegroup_snapshot.md.tmpl b/templates/data-sources/volumegroup_snapshot.md.tmpl
index e212dae5..491d0ba3 100644
--- a/templates/data-sources/volumegroup_snapshot.md.tmpl
+++ b/templates/data-sources/volumegroup_snapshot.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl
index 6e7652bb..accac396 100644
--- a/templates/index.md.tmpl
+++ b/templates/index.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/resources.md.tmpl b/templates/resources.md.tmpl
index 220f70bd..510faf94 100644
--- a/templates/resources.md.tmpl
+++ b/templates/resources.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/resources/host.md.tmpl b/templates/resources/host.md.tmpl
index fee0ef34..6c6bdda9 100644
--- a/templates/resources/host.md.tmpl
+++ b/templates/resources/host.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/resources/hostgroup.md.tmpl b/templates/resources/hostgroup.md.tmpl
index 6323ee94..3cfd42d8 100644
--- a/templates/resources/hostgroup.md.tmpl
+++ b/templates/resources/hostgroup.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/resources/protectionpolicy.md.tmpl b/templates/resources/protectionpolicy.md.tmpl
index 807dbb07..d5d7cadc 100644
--- a/templates/resources/protectionpolicy.md.tmpl
+++ b/templates/resources/protectionpolicy.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/resources/snapshotrule.md.tmpl b/templates/resources/snapshotrule.md.tmpl
index ea32e763..84df8b89 100644
--- a/templates/resources/snapshotrule.md.tmpl
+++ b/templates/resources/snapshotrule.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/resources/storagecontainer.md.tmpl b/templates/resources/storagecontainer.md.tmpl
index b12b21b3..6be30cfc 100644
--- a/templates/resources/storagecontainer.md.tmpl
+++ b/templates/resources/storagecontainer.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/resources/volume.md.tmpl b/templates/resources/volume.md.tmpl
index 7d11f8af..45ae7a65 100644
--- a/templates/resources/volume.md.tmpl
+++ b/templates/resources/volume.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/resources/volume_snapshot.md.tmpl b/templates/resources/volume_snapshot.md.tmpl
index 1f737238..1f536809 100644
--- a/templates/resources/volume_snapshot.md.tmpl
+++ b/templates/resources/volume_snapshot.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/resources/volumegroup.md.tmpl b/templates/resources/volumegroup.md.tmpl
index cb331ba2..86c6423c 100644
--- a/templates/resources/volumegroup.md.tmpl
+++ b/templates/resources/volumegroup.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/templates/resources/volumegroup_snapshot.md.tmpl b/templates/resources/volumegroup_snapshot.md.tmpl
index 940c617c..cd8e7783 100644
--- a/templates/resources/volumegroup_snapshot.md.tmpl
+++ b/templates/resources/volumegroup_snapshot.md.tmpl
@@ -1,5 +1,5 @@
---
-# Copyright (c) 2023 Dell Inc., or its subsidiaries. All Rights Reserved.
+# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Mozilla Public License Version 2.0 (the "License");
# you may not use this file except in compliance with the License.