AJ Bowen

Results 14 issues of AJ Bowen

I'm having the same issue described in #6 [1]. I [forked](https://github.com/soulshake/conduit) the repo and am trying to add some extra debugging output, but I'm not sure what should be in...

## Information **VIM version** ``` $ vim --version VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Oct 03 2021 13:17:57) Included patches: 1-3455 ``` Operating System: Debian 11 ##...

bug

The [doc page for `gsuite_user`](https://registry.terraform.io/providers/DeviaVir/gsuite/latest/docs/resources/user) (title and description) currently references `gsuite_user_schema`: ![image](https://user-images.githubusercontent.com/1585815/122669310-565fba80-d182-11eb-9143-b251f53b331d.png) I believe this should instead reference `gsuite_user`. (I would've expected `sidebar_current: "docs-gsuite-resource-user-schema"` to cause the wrong section to...

## What is the problem that this PR is trying to fix? Logging more info about each VM we create on GCE in an attempt to address https://github.com/travis-ci/team-blue/issues/862 Currently, we...

Worker depends on an external Redis for rate-limiting purposes. Since this Redis runs on Heroku, its endpoint can sometimes change. If it cannot connect to this Redis, worker fails to...

Instances sometimes fail to bootstrap: * Start hooks can fail to download [[1](https://github.com/travis-pro/team-blue/issues/704#issuecomment-327759580)] * SSH public keys can fail to download Instances sometimes become unhealthy in ways that aren't measured...

My plans fail with a bunch of lines like: ``` Error: Get "https://4BEF2107D872F8E1B7749B06522FF05D.yl4.us-east-2.eks.amazonaws.com/api?timeout=32s": getting credentials: exec: executable aws failed with exit code 254 ``` When I inspect the debug log...

Hi, really liking Kubestack so far! :pray: It would be useful if the `kubestack/framework` image had a location where arbitrary scripts could be placed, which would then be executed at...

enhancement
good first issue

Temporary patch to address https://github.com/travis-ci/travis-ci/issues/9696. To be reverted once precise and trusty are gone. The test I added, in its current form, _should_ be failing but is not. :thinking:

### Terraform, Provider, Kubernetes versions ``` Terraform version: v0.15.5 Provider version: v0.5.0 Kubernetes version: v1.21.1 (client), v1.20.4-eks-6b7464 (server) ``` ### Affected Resource(s) - `kubernetes_manifest` ### Terraform Configuration Files ```hcl resource...

bug