Skip to content

Commit

Permalink
feat: Workspace outputs as python objects
Browse files Browse the repository at this point in the history
  • Loading branch information
shalomb committed Oct 6, 2024
1 parent 356a917 commit 72ce38d
Show file tree
Hide file tree
Showing 5 changed files with 420 additions and 79 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Terrapyne

Python wrapper around terraform and similar

```python
import terrapyne
tf = terrapyne.Terraform()
tf.apply()
outputs = tf.output()
```
278 changes: 277 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ colorlog = ">=5.0.1,<7.0.0"
jinja2 = "^3.0.1"
pretty_traceback = "*"
python-decouple = "^3.8"
python-benedict = {extras = ["all"], version = "^0.33.2"}

[tool.poetry.group.test.dependencies]
black = "*"
Expand Down
Loading

0 comments on commit 72ce38d

Please sign in to comment.