Skip to content

Commit

Permalink
Updated README, restricted terraform to 1.3.6 - 1.3.9, download edb-t…
Browse files Browse the repository at this point in the history
…erraform from 1.3.0 git tag
  • Loading branch information
bryan-bar authored and vibhorkumar123 committed Apr 27, 2023
1 parent 6b6dc80 commit 3893cdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Third party pre-requisites:
Depending on the cloud provider, install the **latest version** for: AWS
CLI, Azure CLI or Google Cloud SDK on the system.

2. **Terraform** >= 0.15.1
2. **Terraform** >= 1.3.6
3. **Ansible** >= 2.10.8
4. **AWS CLI** >= 2.0.45
5. **Azure CLI** >= 2.23.0
Expand Down
4 changes: 2 additions & 2 deletions edbdeploy/terraform.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def __init__(self, dir, plugin_cache_dir, bin_path=None):
self.environ = os.environ.copy()
self.environ['TF_PLUGIN_CACHE_DIR'] = self.plugin_cache_dir
# Terraform supported version interval
self.min_version = (1, 3, 0)
self.max_version = (1, 3, 7)
self.min_version = (1, 3, 6)
self.max_version = (1, 3, 9)
# Path to look up for executable
self.bin_path = None
# Force Terraform binary path if bin_path exists and contains
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_long_description():
"PyYAML>=5.1",
"psutil",
"jinja2",
"edb-terraform@https://github.com/EnterpriseDB/edb-terraform/archive/refs/heads/v1_2.zip",
"edb-terraform@https://github.com/EnterpriseDB/edb-terraform/archive/refs/tags/v1.3.0.zip",
],
extras_require={},
data_files=[],
Expand Down

0 comments on commit 3893cdb

Please sign in to comment.