author | Nemo <me@captnemo.in> | 2018-04-17 23:10:57.0 +05:30:00 |
---|---|---|
committer | Nemo <me@captnemo.in> | 2018-04-17 23:10:57.0 +05:30:00 |
commit | c1dc9c86c768f957e3f4e86c51dae68920b240a0 [patch] |
|
tree | 327dd6a68f4b4da840a65f9ff0114223e20803df |
|
parent | 19dc775c5c230a1ad3972ccf3ff3f702cfd19fcd |
|
download | c1dc9c86c768f957e3f4e86c51dae68920b240a0.tar.gz |
Fix abstruse single image
- By default terraform pull all images otherwise!
Diff
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" {