Rho
Rho
In creating a new training resource that extends our existing docker and packer training, this example might be useful to learners.
As part of https://github.com/gruntwork-io/cloud-nuke/pull/247, we need a PR template for this repo that includes a checkbox such as one of the following: - [ ] Does this PR introduce a...
Issue ----- Tools like the AWS CLI allow you specify a resource type without any flags, such as `aws eks --blah-blah` and `aws s3 ls`. In these commands `eks` and...
The PR was opened successfully: https://github.com/gruntwork-io/terraform-aws-ci/pull/448, but this error was still thrown. Also the report didn't get generated correctly. ``` git-xargs \ --loglevel debug \ --repo gruntwork-io/terraform-aws-ci \ --branch-name update-pr-template9...
So that these dependencies don't go out of date too quickly: https://github.com/gruntwork-io/git-xargs/blob/3dc1d1a726cad67a83da88eeb064950442920863/.circleci/config.yml#L9-L10 Also worth bumping Go 1.17 now.
- https://github.com/gruntwork-io/intro-to-terraform/blob/1f9a22ac7a65d8d24481c808430314d301dceba5/s3-backend/main.tf#L34 Related Issues ----------------- https://github.com/gruntwork-io/cloud-chasers/issues/2
## Description We want to stop referencing the default branch's name! Instead we use `origin/HEAD` when we mean the head of the default branch. I've verified in the tests that...
A user provided this error log to illustrate that they couldn't use the installer to install openvpn-admin on a VM. ``` gruntwork-install --binary-name openvpn-admin --repo https://github.com/gruntwork-io/terraform-aws-openvpn --tag v0.5.4 ``` Error:...
## Description Updates docs to mention run-all command rather than xxx-all. ## TODOs Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). - [x] Update the docs. - [x] Run the relevant tests successfully,...
## Description Addresses https://github.com/gruntwork-io/cloud-chasers/issues/45. We are still working through bugs in the orb itself, located in https://github.com/gruntwork-io/circleci-orbs. Once that is working, we can test out the orb itself in this...