Skip to content

Commit b529a15

Browse files
committed
update description of encryption parameters
1 parent 26fc315 commit b529a15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/volume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import {
4141
### Optional
4242

4343
- `description` (String) The description of the volume.
44-
- `encryption_parameters` (Attributes) Parameter to connect to a key-encryption-key within the STACKIT-KMS to create encrypted volumes. (see [below for nested schema](#nestedatt--encryption_parameters))
44+
- `encryption_parameters` (Attributes) Parameter to connect to a key-encryption-key within the STACKIT-KMS to create encrypted volumes. These parameters never leave the backend again. So these parameters are not present on imports or in the datasource. They live only in your Terraform state after creation of the resource. (see [below for nested schema](#nestedatt--encryption_parameters))
4545
- `labels` (Map of String) Labels are key-value string pairs which can be attached to a resource container
4646
- `name` (String) The name of the volume.
4747
- `performance_class` (String) The performance class of the volume. Possible values are documented in [Service plans BlockStorage](https://docs.stackit.cloud/products/storage/block-storage/basics/service-plans/#currently-available-service-plans-performance-classes)

stackit/internal/services/iaas/volume/resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ func (r *volumeResource) Schema(_ context.Context, _ resource.SchemaRequest, res
298298
},
299299
},
300300
"encryption_parameters": schema.SingleNestedAttribute{
301-
Description: "Parameter to connect to a key-encryption-key within the STACKIT-KMS to create encrypted volumes.",
301+
Description: "Parameter to connect to a key-encryption-key within the STACKIT-KMS to create encrypted volumes. These parameters never leave the backend again. So these parameters are not present on imports or in the datasource. They live only in your Terraform state after creation of the resource.",
302302
Optional: true,
303303
PlanModifiers: []planmodifier.Object{
304304
objectplanmodifier.RequiresReplace(),

0 commit comments

Comments
 (0)