mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-25 00:05:17 -04:00
terraform-provider: warn about microservice version changes (#2730)
* 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
This commit is contained in:
parent
f2c1bdbf82
commit
7c5b95bbcc
6 changed files with 43 additions and 7 deletions
|
@ -1,5 +1,7 @@
|
|||
data "constellation_image" "example" {} # Fill accordingly for the CSP
|
||||
|
||||
data "constellation_attestation" "test" {
|
||||
csp = "aws"
|
||||
attestation_variant = "aws-sev-snp"
|
||||
image_version = "v2.13.0"
|
||||
image = data.constellation_image.example.image
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue