We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb2691 commit 315b686Copy full SHA for 315b686
vars/ciinaboxVPC.groovy
@@ -42,7 +42,7 @@ def call(body) {
42
}
43
44
@NonCPS
45
-def ciinaboxStack(stackName, region, az) {
+def ciinaboxStack(stackName, region) {
46
try {
47
def cf = setupClient(region)
48
DescribeStacksResult result = cf.describeStacks(new DescribeStacksRequest().withStackName(stackName))
0 commit comments