mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
130c61ffcf
* initial AWS terraform
8 lines
228 B
HCL
8 lines
228 B
HCL
output "control_plane_instance_profile" {
|
|
value = aws_iam_instance_profile.control_plane_instance_profile.name
|
|
}
|
|
|
|
output "worker_nodes_instance_profile" {
|
|
value = aws_iam_instance_profile.worker_node_instance_profile.name
|
|
}
|