summaryrefslogtreecommitdiff
path: root/org-buetow-nextcloud/data.tf
diff options
context:
space:
mode:
Diffstat (limited to 'org-buetow-nextcloud/data.tf')
-rw-r--r--org-buetow-nextcloud/data.tf10
1 files changed, 0 insertions, 10 deletions
diff --git a/org-buetow-nextcloud/data.tf b/org-buetow-nextcloud/data.tf
deleted file mode 100644
index a2d9ecd..0000000
--- a/org-buetow-nextcloud/data.tf
+++ /dev/null
@@ -1,10 +0,0 @@
-data "aws_region" "current" {}
-
-data "template_file" "user_data" {
- template = file("${path.module}/user_data.tpl")
-
- vars = {
- region = data.aws_region.current.name
- efs_id = data.terraform_remote_state.base.outputs.self_hosted_services_efs_id
- }
-}