🏡 index : github.com/captn3m0/nebula.git

Diff

 elibsrv.tf | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/elibsrv.tf b/elibsrv.tf
index 4e8afda..8a98af9 100644
--- a/elibsrv.tf
+++ a/elibsrv.tf
@@ -1,7 +1,12 @@
module "elibsrv" {

  name   = "elibsrv"
  source = "./modules/container"
  image  = "captn3m0/elibsrv:latest"
  image  = "captn3m0/elibsrv:v0.0.3"

  resource {

    memory      = 256
    memory_swap = 256
  }

  web {

    expose = true