Tyler Hampton

Results 23 comments of Tyler Hampton

Contents of `~/.aws/credentials` ``` [default] aws_access_key_id = REDACTED aws_secret_access_key = REDACTED ``` Contents of `~/.aws/config`: ``` [howdoicomputer@framework:~/workspace/aws-cdktf-example]$ cat ~/.aws/config [default] region = us-west-2 ```

Setting environment variables also doesn't work; the only way I've gotten cdktf to read in my secret keys is by specifying them in my code and ehhhhhhhhh

This can probably be closed out. The problem was indeed due to SSL certs. I created a keystore, added in the proper certs that matched with the domain that Seyren...