From e7a064c89091b06988ea96408b0bb951e10efea7 Mon Sep 17 00:00:00 2001 From: Matt Trachier Date: Tue, 27 Aug 2024 10:30:48 -0500 Subject: [PATCH] fix: indirect access should be before direct (#106) Signed-off-by: matttrach --- flake.lock | 6 +++--- main.tf | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index ec7574c..c0137b3 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1724114134, - "narHash": "sha256-V/w5MIQy4jTG/L7/V/AL2BF5gSEWCfxHVDQdzLBCV18=", + "lastModified": 1724395761, + "narHash": "sha256-zRkDV/nbrnp3Y8oCADf5ETl1sDrdmAW6/bBVJ8EbIdQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f02fa2f654c7bcc45f0e815c29d093da7f1245b4", + "rev": "ae815cee91b417be55d43781eb4b73ae1ecc396c", "type": "github" }, "original": { diff --git a/main.tf b/main.tf index 5262067..0c21c3d 100644 --- a/main.tf +++ b/main.tf @@ -145,6 +145,7 @@ module "direct_access" { depends_on = [ module.image, module.server, + module.indirect_access, ] source = "./modules/direct_access" server = {