DJ

Results 43 comments of DJ

Hi @Bozydarek, I'll need to check in with Hashicorp to determine the steps if https://github.com/mysql won't own the repository. Normally, the upstream service ends up owning the terraform provider. However,...

Hi @andrewpage, It's an interesting idea. I'd imagine this hasn't be done in either DB providers because perhaps application frameworks, say rails with its `db:` commands, provide a better experience...

For me, `logger.Debug("GH User: %s", user)` was returning `GH User: ` (empty string). I dug into the code and noticed this [change](https://github.com/runatlantis/atlantis/pull/1334/files#diff-d8dac308e267e9947c4089a55760347692793bbb2b4ea9ede17afa5ebcac24a9R91-R93) from https://github.com/runatlantis/atlantis/pull/1334 that short circuits `GetUser()` from retrieving...

Hey @6ripley, Looks like the first issue is the `getErr.Error()` was a mistake (copy-n-paste), so I will remove that. However, I'd like to know the `totalCount` that is returned when...

From the output you shared, the error is `"@timestamp":"2024-02-22T16:54:04.216807Z","diagnostic":{"severity":"error","summary":"expected length of name to be in the range (1 - 15), got `, which make sense as `split_environment.name` has a max...

> **Potential solution:** Add the ability to list API keys and then delete them as resources. > > Listing API keys is currently an RFE. @squalliram There is no API...

Hi @squalliram, > Once we have a way to fetch API keys, you should be able to get the API keys linked to an environment and then the destroy should...

Let me take a look at #211. A migrated and not migrated org would be helpful to sanity check.