Tung Nguyen

Results 46 comments of Tung Nguyen

Dug into this a while back. Though it may seem pretty simple, it's quite complex. When tried creating parallel processes to deploy environments and or multiple regions at the same,...

@blucas I see. Misunderstood. Thanks for explaining again. Some thoughts: Would need to identify all the places where multiple processes are writing to the same location and causing issues. You're...

Related https://community.boltops.com/t/instance-option-for-terraspace-all-commands/752

Currently, not possible. Would like to see it. As well as other improvements. Somewhat relevant: * https://community.boltops.com/t/prevent-modules-to-be-deployed-in-one-environment/618 * https://community.boltops.com/t/nested-stack-folders/666 Will consider PRs. No sweat either way of course. 👍 It’s...

Copy and pasing from the community post https://community.boltops.com/t/2-features-away-to-be-the-best-terraform-framework-ever/940/2 > RE: I’m opening this thread with the hope that the terraspace team understands how close they are to providing a **perfect**,...

> RE: not printing errors Think you’ve figured it out 👍 Think the terraform error output is so large that it overflows the buffer that popen3 uses to print to...

When you get a chance, wondering if you can try ```ruby buffer = f.read_nonblock(BLOCK_SIZE, exception: true) ``` Think am using `exception: false` because an Exception signifies the end of the...

Bummer. The automatic init is based on a few things, whether or not the .terraform cache folder exists but will also automatically retry based on terraform command exit status. Guessing...

Haven’t played with Azure China yet. Wondering if someone who has knows what the login url is suppose to be or point in the right direction. The Azure login is...

Note: Did something similar in the [ufo](https://ufoships.com/) tool. Linking the PR for reference https://github.com/boltops-tools/ufo/pull/27 Think it might help. Will consider PRs for this. No sweat either way of course.