mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-11 17:04:22 -05:00
6 lines
146 B
Terraform
6 lines
146 B
Terraform
|
data "constellation_attestation" "test" {
|
||
|
csp = "aws"
|
||
|
attestation_variant = "aws-sev-snp"
|
||
|
image_version = "v2.13.0"
|
||
|
}
|