Loren Gordon

Results 184 comments of Loren Gordon

I suppose I was figuring I'd be able to use the state file locally, with just `terraform destroy`. But there are probably some details of how `test` works that I...

Oh yes, I don't think it's that urgent for us. I honestly wasn't expecting an implementation of this request for the 1.6 release. Sorry if I wasn't clear on that....

I've been using AWS SSO with GovCloud and the aws-cli login for a while now. Hasn't been a problem... ``` [profile lcg-govcloud] sso_start_url = https://start.us-gov-home.awsapps.com/directory/{{DirectoryId}} sso_region = us-gov-west-1 sso_account_id =...

Any other `AWS_` envs present? ``` ❯ env |grep AWS_ AWS_SDK_LOAD_CONFIG=1 ```

Does it work if you use the official awscli installer instead of brew? I might be a bit concerned about the Python 3.11 packaging there... https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html

Here's the output of the data source... I'm certainly not an expert on TLS or OIDC. Happy to defer to others that are more knowledgeable. ``` "certificates" = tolist([ {...

The workaround I found for this is to use `pass` instead of `wincred`. This approach requires `gpg`, but is otherwise working smoothly for me. Per some guidance from @chrnorm, you...

Another option I just got working is to use WSLg, and enable systemd in wsl. Then setup gnome-keyring, and configure granted to use it: ``` [Keyring] Backend = "secret-service" ```

Ended up here after investigating warnings from setup.py, followed several threads to other discussions, eventually found that this seems to have been addressed in a new(ish) `build` tool: * https://github.com/pypa/build