Update inspec container for new rubocop and terraform versions

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
Sam Levenick 2019-12-13 00:11:39 +00:00 committed by Modular Magician
parent 34e91765c0
commit 603c558e13
2 changed files with 5 additions and 2 deletions

View file

@ -1618,7 +1618,7 @@ class Kubectl(object):
return {
'apiVersion': 'v1',
'clusters': [
{'name': context, 'cluster': {'certificate-authority-data': str(self.fetch['masterAuth']['clusterCaCertificate']), 'server': endpoint}}
{'name': context, 'cluster': {'certificate-authority-data': str(self.fetch['masterAuth']['clusterCaCertificate']), 'server': endpoint,}}
],
'contexts': [{'name': context, 'context': {'cluster': context, 'user': context}}],
'current-context': context,