-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explore basics of cdktf. Execute the equivalent of tofu-demo in Python. Now we can avoid rendering python objects to HCL and then execute tofu on rendered files TOOD: Still have to find a way to call `cdktf plan/diff/deploy/destroy` from python. Right now we can do subprocess.run and parse the output.
- Loading branch information
1 parent
5d918bb
commit c1009b6
Showing
10 changed files
with
1,159 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[[source]] | ||
name = "pypi" | ||
url = "https://pypi.org/simple" | ||
verify_ssl = true | ||
|
||
[requires] | ||
python_version = "3" | ||
|
||
[packages] | ||
cdktf = "~=0.20.8" | ||
pytest = "*" | ||
cdktf-cdktf-provider-digitalocean = "~=11.5.2" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.