fix: refactor package generation
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 13s
Publish / Check GoReleaser config (pull_request) Has been skipped
CI Workflow / CI (pull_request) Failing after 32s
CI Workflow / Code coverage report (pull_request) Has been skipped
Publish / Publish provider (pull_request) Has been skipped

This commit is contained in:
Marcel S. Henselin 2026-01-29 16:58:35 +01:00
parent 37ba538a8e
commit bde40bb3d4
1473 changed files with 1443 additions and 296913 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{
Optional: true,
Required: true,
Description: "The key identifier",
MarkdownDescription: "The key identifier",
},
"kek_key_ring_id": schema.StringAttribute{
Optional: true,
Required: true,
Description: "The keyring identifier",
MarkdownDescription: "The keyring identifier",
},
"kek_key_version": schema.StringAttribute{
Optional: true,
Required: true,
Description: "The key version",
MarkdownDescription: "The key version",
},
"service_account": schema.StringAttribute{
Optional: true,
Required: true,
},
},
CustomType: EncryptionType{