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 18121f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ See the [full list of CSPs](https://docs.edgeless.systems/constellation/overview

### Read-Only

- `attestation` (Attributes) Only relevant for Azure SEV-SNP. (see [below for nested schema](#nestedatt--attestation))
- `attestation` (Attributes) Only relevant for SEV-SNP. (see [below for nested schema](#nestedatt--attestation))
- `id` (String) The ID of the data source
- `measurements` (Attributes Map) (see [below for nested schema](#nestedatt--measurements))

Expand Down
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. See the docs for advanced usage.", // TODO(elchead): AB#3568
Attributes: map[string]schema.Attribute{
"bootloader_version": schema.Int64Attribute{
Computed: true,
Expand Down

0 comments on commit 18121f7

Please sign in to comment.