terraform-provider: tidy

This commit is contained in:
Moritz Sanft 2023-12-14 10:00:35 +01:00
parent 8295ad6aa1
commit 021b62ba4c
No known key found for this signature in database
GPG key ID: 335D28368B1DA615

View file

@ -38,14 +38,14 @@ resource "random_bytes" "measurement_salt" {
module "aws_iam" { module "aws_iam" {
// replace $VERSION with the Constellation version you want to use, e.g., v2.14.0 // replace $VERSION with the Constellation version you want to use, e.g., v2.14.0
source = "https://github.com/edgelesssys/constellation/releases/download/$VERSION/terraform-module.zip//terraform-module/iam/aws" source = "https://github.com/edgelesssys/constellation/releases/download/$VERSION/terraform-module.zip//terraform-module/iam/aws"
name_prefix = "constell" name_prefix = "constell"
region = local.region region = local.region
} }
module "aws_infrastructure" { module "aws_infrastructure" {
// replace $VERSION with the Constellation version you want to use, e.g., v2.14.0 // replace $VERSION with the Constellation version you want to use, e.g., v2.14.0
source = "https://github.com/edgelesssys/constellation/releases/download/$VERSION/terraform-module.zip//terraform-module/aws" source = "https://github.com/edgelesssys/constellation/releases/download/$VERSION/terraform-module.zip//terraform-module/aws"
name = "constell" name = "constell"
node_groups = { node_groups = {
control_plane_default = { control_plane_default = {