initial commit of replacement infrastructure automation
[awsible] / infrastructure / modules / tf_aws_asg_stack / outputs.tf
diff --git a/infrastructure/modules/tf_aws_asg_stack/outputs.tf b/infrastructure/modules/tf_aws_asg_stack/outputs.tf
new file mode 100644 (file)
index 0000000..fa65ab8
--- /dev/null
@@ -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}" }