chore: work save

This commit is contained in:
Marcel S. Henselin 2026-01-27 09:58:06 +01:00
parent d20cf15f40
commit a60b1db1f4
8 changed files with 364 additions and 63 deletions

View file

@ -29,22 +29,22 @@ func InstanceResourceSchema(ctx context.Context) schema.Schema {
"encryption": schema.SingleNestedAttribute{
Attributes: map[string]schema.Attribute{
"kek_key_id": schema.StringAttribute{
Required: true,
Optional: true,
Description: "The key identifier",
MarkdownDescription: "The key identifier",
},
"kek_key_ring_id": schema.StringAttribute{
Required: true,
Optional: true,
Description: "The keyring identifier",
MarkdownDescription: "The keyring identifier",
},
"kek_key_version": schema.StringAttribute{
Required: true,
Optional: true,
Description: "The key version",
MarkdownDescription: "The key version",
},
"service_account": schema.StringAttribute{
Required: true,
Optional: true,
},
},
CustomType: EncryptionType{