mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-11 17:04:22 -05:00
7c5b95bbcc
* terraform-provider: update data source examples * terraform-provider: warn about destructive microservice changes * terraform-provider: use `name` variable * terraform-provider: only perform pre-apply checks on upgrades * terraform-provider: fix conditional * terraform-provider: remove obsolete version checks
8 lines
247 B
HCL
8 lines
247 B
HCL
data "constellation_image" "example" {} # Fill accordingly for the CSP
|
|
|
|
data "constellation_attestation" "test" {
|
|
csp = "aws"
|
|
attestation_variant = "aws-sev-snp"
|
|
image = data.constellation_image.example.image
|
|
}
|