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
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:
parent
37ba538a8e
commit
bde40bb3d4
1473 changed files with 1443 additions and 296913 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue