mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 14:04:17 -04:00
terraform-provider: update AWS example
This commit is contained in:
parent
8f1f4eaf12
commit
1c4c8cbfbd
1 changed files with 8 additions and 8 deletions
|
@ -65,14 +65,14 @@ module "aws_infrastructure" {
|
|||
zone = local.zone
|
||||
}
|
||||
}
|
||||
iam_instance_profile_worker_nodes = module.aws_iam.worker_nodes_instance_profile
|
||||
iam_instance_profile_control_plane = module.aws_iam.control_plane_instance_profile
|
||||
ami = data.constellation_image.bar.reference
|
||||
region = local.region
|
||||
zone = local.zone
|
||||
debug = false
|
||||
enable_snp = true
|
||||
custom_endpoint = ""
|
||||
iam_instance_profile_name_worker_nodes = module.aws_iam.iam_instance_profile_name_worker_nodes
|
||||
iam_instance_profile_name_control_plane = module.aws_iam.iam_instance_profile_name_control_plane
|
||||
image_id = data.constellation_image.bar.reference
|
||||
region = local.region
|
||||
zone = local.zone
|
||||
debug = false
|
||||
enable_snp = true
|
||||
custom_endpoint = ""
|
||||
}
|
||||
|
||||
data "constellation_attestation" "foo" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue