mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-14 18:34:31 -05:00
7 lines
179 B
Terraform
7 lines
179 B
Terraform
|
data "constellation_image" "example" {
|
||
|
image_version = "v2.13.0"
|
||
|
attestation_variant = "aws-sev-snp"
|
||
|
csp = "aws"
|
||
|
region = "eu-west-1"
|
||
|
}
|