You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-4
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@
76
76
77
77
### Prerequisites
78
78
79
-
Cloudformation 2 Terraform requires python >= 3.7
79
+
Cloudformation 2 Terraform requires python >= 3.8
80
80
81
81
### Installation
82
82
@@ -85,6 +85,12 @@ cf2tf is available as an easy to install pip package.
85
85
pip install cf2tf
86
86
```
87
87
88
+
If you are a [Homebrew](https://brew.sh/) user, can you install via brew:
89
+
90
+
```
91
+
$ brew install cf2tf
92
+
```
93
+
88
94
## Usage
89
95
90
96
To convert a template to terraform.
@@ -119,13 +125,13 @@ Contributions are what make the open-source community such an amazing place to l
119
125
120
126
121
127
122
-
This project uses poetry to manage dependencies and pre-commit to run formatting, linting and tests. You will need to have both installed to your system as well as python 3.9.
128
+
This project uses poetry to manage dependencies and pre-commit to run formatting, linting and tests. You will need to have both installed to your system as well as python 3.11.
123
129
124
130
1. Fork the Project
125
-
2. Setup the environment.
131
+
2. Setup the environment.
126
132
This project uses vscode devcontainer to provide a completly configured development environment. If you are using vscode and have the remote container extension installed, you should be asked to use the devcontainer when you open this project inside of vscode.
127
133
128
-
If you are not using devcontainers then you will need to have python installed. Install the `poetry`, `nox`, `nox_poetry` and `pre-commit` packages. Then run `poetry install` and `pre-commit install` commands.
134
+
If you are not using devcontainers then you will need to have python installed. Install the `poetry`, `nox`, `nox_poetry` and `pre-commit` packages. Then run `poetry install` and `pre-commit install` commands.
129
135
130
136
Most of the steps can be found in the [Dockerfile](.devcontainer/Dockerfile).
131
137
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
0 commit comments