mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-09 07:22:40 -04:00
terraform: add region field to image data source on AWS
Co-authored-by: Daniel Weiße <66256922+daniel-weisse@users.noreply.github.com>
This commit is contained in:
parent
55f8f185a1
commit
e70ba0a8f8
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ data "constellation_image" "bar" {
|
|||
csp = local.csp
|
||||
attestation_variant = local.attestation_variant
|
||||
image_version = local.version
|
||||
region = local.region
|
||||
}
|
||||
|
||||
resource "constellation_cluster" "aws_example" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue