diff --git a/src/_nebari/stages/infrastructure/template/aws/main.tf b/src/_nebari/stages/infrastructure/template/aws/main.tf index 356ce8f95..51bcbfd67 100644 --- a/src/_nebari/stages/infrastructure/template/aws/main.tf +++ b/src/_nebari/stages/infrastructure/template/aws/main.tf @@ -74,6 +74,10 @@ module "efs" { efs_security_groups = [local.security_group_id] } +moved { + from = module.efs + to = module.efs[0] +} # ==================== KUBERNETES ===================== module "kubernetes" {