mgzenitech
mgzenitech
Example: ```python from subprocess import check_call from testfixtures import OutputCapture from ward import test @test("if correct command were called?") def _() -> None: with OutputCapture(fd = True) as stdout: check_call([...
recipe.yml ```yml app: FortiClient binpatch: true ingredients: dist: bionic sources: - deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse - deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse - deb http://us.archive.ubuntu.com/ubuntu/ bionic-backports...
## Checklist - [x] Upgrade Terraspace: Are you using the latest version of Terraspace? This allows Terraspace to fix issues fast. There's an Upgrading Guide: https://terraspace.cloud/docs/misc/upgrading/ - [x] Reproducibility: Are...
## Summary Currently terraspace fmt works only on modules and stacks. Shouldn't config also be formatted as it contains tf files, like backend.tf and provider.tf? ## Motivation ## Guide-level explanation...
I currently built two images locally and one of the refers the other via FROM instruction. When looking into this image via dive I see layers from base image. **IMAGE...
I've tried to set up my own fixture for capturing the output: ```python import sys from contextlib import contextmanager from io import StringIO from typing import Callable, Iterable from ward...
Initially I though something like `{{ .Module.Name }}` would work but alas. Any idea how I can get the current module name (directory name)?
### What problem are you facing? Include is possible only for relative files and not absolute ones. ### How could terraform-docs help solve your problem? Add ability to include absolute...
### Current Terraform Version ``` v0.13.0-beta2 ``` ### Use-cases If terraform configuration has lots of different data sources that depend on other data sources or resources plan/apply gets spammed with...
Would it be possible to add support for Ward? https://ward.readthedocs.io/en/latest/