Skip to content

Commit

Permalink
MMSYS-1789 internal security group added, could be used for integrati…
Browse files Browse the repository at this point in the history
…on with Datadog
  • Loading branch information
charlie4gfk committed Jan 6, 2021
1 parent fe389f3 commit b197335
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,9 @@ output "efs_access_point_ids" {
output "efs_access_point_arns" {
description = "Dictionary of EFS access point arns."
value = module.efs.access_point_arns
}

output "sg_airflow_internal" {
description = "Internal security group. Used in data sync tasks, ecs container instances, elasticache, rds. Can be used for Datadog logging."
value = aws_security_group.sg_airflow_internal.id
}

0 comments on commit b197335

Please sign in to comment.