diff options
| -rw-r--r-- | org-buetow-base/outputs.tf | 3 |
1 files changed, 3 insertions, 0 deletions
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 +} |
