Skip to content

Commit

Permalink
Merge branch 'develop' into 2431-rbac-mounted-dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc authored Sep 2, 2024
2 parents 0c5d9aa + f2c3076 commit 3ce8e88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_nebari/stages/infrastructure/template/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ module "efs" {
efs_security_groups = [local.security_group_id]
}

moved {
from = module.efs
to = module.efs[0]
}

# ==================== KUBERNETES =====================
module "kubernetes" {
Expand Down

0 comments on commit 3ce8e88

Please sign in to comment.