Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit a77981e

Browse files
committed
Rework data volume name tag
1 parent 4c41820 commit a77981e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/single-node-asg/outputs.tf

+5
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ output "asg_iam_role_name" {
77
value = module.instance_profile.iam_role_name
88
description = "`name` exported from the Service Data `aws_iam_role`"
99
}
10+
11+
output "data_volume_name_tag" {
12+
value = "${local.name_prefix_with_az}-default"
13+
description = "Name tag value for attached data volume. This is for compatible with old code."
14+
}

0 commit comments

Comments
 (0)