mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-24 15:55: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,5 @@
|
|||
data "constellation_image" "example" {
|
||||
image_version = "v2.13.0"
|
||||
version = "v2.13.0"
|
||||
attestation_variant = "aws-sev-snp"
|
||||
csp = "aws"
|
||||
region = "eu-west-1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue