From 6e58721286616bd5e4a5cd61408547aca1cb8836 Mon Sep 17 00:00:00 2001 From: Aaron Walker Date: Fri, 7 Sep 2018 13:39:02 +0200 Subject: [PATCH] fixes --- vars/ciinaboxVPC.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/ciinaboxVPC.groovy b/vars/ciinaboxVPC.groovy index ec6a30bd..47f8781a 100644 --- a/vars/ciinaboxVPC.groovy +++ b/vars/ciinaboxVPC.groovy @@ -42,7 +42,7 @@ def call(body) { } @NonCPS -def ciinaboxStack(stackName, region, az) { +def ciinaboxStack(stackName, region) { try { def cf = setupClient(region) DescribeStacksResult result = cf.describeStacks(new DescribeStacksRequest().withStackName(stackName))