dev-dull

Results 12 comments of dev-dull

The study took more of a, "if you want to get someone to do something for you..." approach. Needless to say, I felt inclined to soften the language. This is...

PR should now reflect the requested changes. On Tue, Nov 29, 2016 at 5:28 PM, Alastair L.D. wrote: > The study took more of a, "if you want to get...

I've confirmed that the JSON in Terraform 0.12 has some significant changes that will require one of two possible solutions . Option 1: - Terraform provider detection: - Grab the...

Regarding Terraform version being misreported, see [Terraform issue 21379](https://github.com/hashicorp/terraform/issues/21379). The work-around for now is to start with brand new Terraform environment and then the version should be correctly reported as...

Terraform 0.12 was released when I wasn't looking. A quick fix now exists in the 'beta' branch. See changes to config.yaml and `abc_tylstore.TYLHelpers`. You should apply the changes in the...

Reference the tfstate file for hosts that were created on the Azure platform. In that file - Identify the the Terraform Provider name. - Develop a JSON path that returns...

Reference the tfstate file for hosts that were created on an OpenStack platform. In that file - Identify the the Terraform Provider name. - Develop a JSON path that returns...

I was unable to replicate this issue. Further investigation is needed, but it appears that during training, a user was hitting the '/' endpoint without 'env=VALUE' set in the URL...

`2019-04-26 22:42:11,948 - werkzeug - ERROR - 192.168.xxx.xxx - - [26/Apr/2019 22:42:11] code 400, message Bad request syntax ('HELP')` An in-house security scanning platform was hitting arbitrary endpoints causing the...

I suspect this may be happening when the existing state exactly matches the one already in git (git pukes because there's no changes to push, nothing to do).