Ryan Parman

Results 186 comments of Ryan Parman
trafficstars

I feel that this aligns well with the work to add support for `.tofu` files. Sometimes, you need to configure OpenTofu slightly differently from Terraform — especially when supporting both...

@hoppeeri said: > > Just want to make a quick comment that I would prefer TOFU_ instead of OPENTOFU_ for ergonomic reasons > > why not OT_ instead? Doesn't even...

IMO, not a bug. https://github.com/opentofu/opentofu/issues/1157#issuecomment-2318630956

The `[trusted=yes]` tells apt to auto-trust the repo, regardless of GPG key. If the error is that `InRelease` is not signed, than that error is expected to be ignored when...

IMO, [AWS Vault](https://github.com/99designs/aws-vault) already solves this _masterfully_.

@elyscape said: > Only the AWS CLI is supported, not the SDKs. I guess I don't understand. The AWS CLI is built atop the Python SDK, and all SDKs implement...

I manage over 180 AWS accounts. If you have one or two accounts configured as IAM users with a key and secret, it's not that bad. AWS Vault integrates with...

Notes for self: * https://github.com/cdktf/cdktf-repository-manager * https://github.com/cdktf/cdktf-provider-project * https://github.com/cdktf/cdktf-provider-aws/blob/main/.projenrc.js

https://1-7-0-alpha1.opentofu.pages.dev/docs/language/functions/templatestring/

https://github.com/opentofu/opentofu/issues/1518