From 018ffd41c9d530002c2c9bb9d57a99ce3815548a Mon Sep 17 00:00:00 2001 From: JohnnyB Date: Mon, 1 Apr 2019 01:43:19 +0100 Subject: [PATCH] Demo feature branch integration --- infrastructure-as-code/k8s-cluster-eks/deploy-pods/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-as-code/k8s-cluster-eks/deploy-pods/variables.tf b/infrastructure-as-code/k8s-cluster-eks/deploy-pods/variables.tf index 252a3bb9b..8866a83a3 100644 --- a/infrastructure-as-code/k8s-cluster-eks/deploy-pods/variables.tf +++ b/infrastructure-as-code/k8s-cluster-eks/deploy-pods/variables.tf @@ -14,7 +14,7 @@ variable "nginx_pod_name" { } variable "nginx_pod_image" { - default = "boeroboy/hashibo:latest" + default = "boeroboy/hashibo:2.3b" type = "string" }