question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

terragrunt python testing helper?

See original GitHub issue

Just 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:closed
  • Created 3 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
marshall7mcommented, Jan 29, 2021

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.

1reaction
davidtamcommented, Jun 8, 2021

Thanks @ludoo for merging in #29 #32 ! This could probably closed?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found