diff options
| author | Paul Buetow <paul@buetow.org> | 2023-12-18 10:06:22 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-12-18 10:06:22 +0200 |
| commit | aa936fc339690bd2aa54ff0fd19f3002f5bcebdd (patch) | |
| tree | 9d7685aadbc0ac2afe64cd2330d53d1dd4c8a141 /org-buetow-base | |
| parent | 034c618b082b4affbf933a980f45cf8e6d71c720 (diff) | |
add EFS ID as an output
Diffstat (limited to 'org-buetow-base')
| -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 +} |
