From: Frank Brehm Date: Wed, 12 Oct 2022 16:19:27 +0000 (+0200) Subject: Increasing max. terraform version and version bump to 1.6.10 X-Git-Tag: 1.6.10^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=7d0d8a8e97f275344a8e29a71bb3dc099637a16e;p=pixelpark%2Fcreate-terraform.git Increasing max. terraform version and version bump to 1.6.10 --- diff --git a/lib/cr_tf/__init__.py b/lib/cr_tf/__init__.py index 6306df4..8534a39 100644 --- a/lib/cr_tf/__init__.py +++ b/lib/cr_tf/__init__.py @@ -1,10 +1,10 @@ #!/bin/env python3 # -*- coding: utf-8 -*- -__version__ = '1.6.9' +__version__ = '1.6.10' MIN_VERSION_TERRAFORM = '1.0.5' -MAX_VERSION_TERRAFORM = '1.3.0' +MAX_VERSION_TERRAFORM = '1.5.0' MIN_VERSION_VSPHERE_PROVIDER = '2.0.0'