Skip to content

Commit

Permalink
improved doc
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Nov 28, 2023
1 parent 83cbe5a commit 902530d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ func (d *AttestationDataSource) Schema(_ context.Context, _ datasource.SchemaReq
},
"attestation": schema.SingleNestedAttribute{
Computed: true,
MarkdownDescription: "Only relevant for Azure SEV-SNP.",
MarkdownDescription: "Only relevant for SEV-SNP.",
Description: "The values provide sensible defaults, but for fine-grained control, the advanced user could also provide the values themselves",
Attributes: map[string]schema.Attribute{
"bootloader_version": schema.Int64Attribute{
Computed: true,
Expand Down Expand Up @@ -157,7 +158,8 @@ func (d *AttestationDataSource) Schema(_ context.Context, _ datasource.SchemaReq
},
},
"amd_root_key": schema.StringAttribute{
Computed: true,
Computed: true,
Description: "The AMD Root Key provides a sensible default",
},
},
},
Expand Down

0 comments on commit 902530d

Please sign in to comment.