terragrunt python testing helper?
See original GitHub issueJust wondering if there’s anything brewing in regards to incorporating a wrapper for running Terragrunt commands. Something like:
tg = tftest.TerragruntTest(fixtures_dir)
tg.plan_all(output=True)
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
terraform-python-testing-helper/terragrunt.hcl at master
Simple Python test helper for Terraform. Contribute to GoogleCloudPlatform/terraform-python-testing-helper development by creating an account on GitHub.
Read more >tftest
This simple helper facilitates testing Terraform modules from Python unit tests, by wrapping the Terraform executable and exposing convenience methods to ...
Read more >Quick start - Terragrunt - Gruntwork
Learn how to start with Terragrunt. ... Terragrunt can help you accomplish the following: Keep your backend configuration DRY.
Read more >Terratest | Automated tests for your infrastructure code.
Terratest is a Go library that provides patterns and helper functions for testing infrastructure, with 1st-class support for Terraform, Packer, Docker, ...
Read more >Unit tests, integration tests, end-to-end tests - Terratest
See the talk about unit tests, integration tests, end-to-end tests, dependency injection, test parallelism, retries, error handling, and static analysis.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Great I’ll try to get rough an implementation sometime next week. And great job on it so far, I’ve been using it as a workaround for my inexperience with writing Terratests in Go.
Thanks @ludoo for merging in #29 #32 ! This could probably closed?