From aa936fc339690bd2aa54ff0fd19f3002f5bcebdd Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 18 Dec 2023 10:06:22 +0200 Subject: add EFS ID as an output --- org-buetow-base/outputs.tf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 org-buetow-base/outputs.tf (limited to 'org-buetow-base') diff --git a/org-buetow-base/outputs.tf b/org-buetow-base/outputs.tf new file mode 100644 index 0000000..97bf5c7 --- /dev/null +++ b/org-buetow-base/outputs.tf @@ -0,0 +1,3 @@ +output "my_self_hosted_services_efs_id" { + value = aws_efs_file_system.my_self_hosted_services_efs.id +} -- cgit v1.2.3