X-Git-Url: http://git.squeep.com/?p=awsible;a=blobdiff_plain;f=infrastructure%2Fmodules%2Ftf_aws_asg_stack%2Foutputs.tf;fp=infrastructure%2Fmodules%2Ftf_aws_asg_stack%2Foutputs.tf;h=fa65ab86420410397aadd134cfe30b58b466eca9;hp=0000000000000000000000000000000000000000;hb=8576668075ca95e44481d9c9ed29d7e6af024bdc;hpb=933c48ff1e134168de3aaa2d20e4d43c13d04928 diff --git a/infrastructure/modules/tf_aws_asg_stack/outputs.tf b/infrastructure/modules/tf_aws_asg_stack/outputs.tf new file mode 100644 index 0000000..fa65ab8 --- /dev/null +++ b/infrastructure/modules/tf_aws_asg_stack/outputs.tf @@ -0,0 +1,4 @@ +output "sg_id" { value = "${aws_security_group.default.id}" } +output "asg_id" { value = "${aws_autoscaling_group.default.id}" } +output "iam_role_id" { value = "${aws_iam_role.default.id}" } +output "iam_role_name" { value = "${aws_iam_role.default.name}" }