chore: work save
This commit is contained in:
parent
d20cf15f40
commit
a60b1db1f4
8 changed files with 364 additions and 63 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{
|
||||
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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue