mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-07 22:42:22 -04:00
terraform-provider: tidy
This commit is contained in:
parent
8295ad6aa1
commit
021b62ba4c
1 changed files with 2 additions and 2 deletions
|
@ -38,14 +38,14 @@ resource "random_bytes" "measurement_salt" {
|
|||
|
||||
module "aws_iam" {
|
||||
// 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"
|
||||
region = local.region
|
||||
}
|
||||
|
||||
module "aws_infrastructure" {
|
||||
// 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"
|
||||
node_groups = {
|
||||
control_plane_default = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue