From c1dc9c86c768f957e3f4e86c51dae68920b240a0 Mon Sep 17 00:00:00 2001
From: Nemo <me@captnemo.in>
Date: Tue, 17 Apr 2018 23:10:57 +0530
Subject: [PATCH] Fix abstruse single image

- By default terraform pull all images otherwise!
---
 abstruse/main.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/abstruse/main.tf b/abstruse/main.tf
index 1813069..d2974cf 100644
--- a/abstruse/main.tf
+++ a/abstruse/main.tf
@@ -1,5 +1,5 @@
 data "docker_registry_image" "abstruse" {
-  name = "bleenco/abstruse"
+  name = "bleenco/abstruse:latest"
 }
 
 resource "docker_image" "abstruse" {
--
rgit 0.1.5