Skip to content

Commit e2bcdc2

Browse files
committed
update log group
1 parent affe8a7 commit e2bcdc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform-unity/efs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ resource "aws_efs_file_system" "httpd_config_efs" {
22
creation_token = "${var.deployment_name}-httpd-config"
33
tags = {
44
Service = "U-CS"
5+
Name = "unity-proxy"
56
}
67
}
78
resource "aws_security_group" "efs_sg" {

0 commit comments

Comments
 (0)