| Occupation | Principal Cloud Engineer |
| Poison | Whiskey |
| Religion | Star Trek |
| GitHub | https://github.com/riebecj |
| Occupation | Principal Cloud Engineer |
| Poison | Whiskey |
| Religion | Star Trek |
| GitHub | https://github.com/riebecj |
@blhue Don't put it in the backend. I do a local in my main.tf like `data.aws_caller_identity.current.account_id == "000000000000" ? "Prod" : "Staging"` Obviously also adding `data "aws_caller_identity" "current" {}`.
I've also stopped using workspaces & primarily use S3 backend. I use an aliased command to configure the backend via: `terraform init -backend-config=\"bucket=\"my-bucket-$(aws sts get-caller-identity --query Account --output text)\"\" && terraform plan` so it's account specific.
@wetfeet2000 I mean, you can do a lot of different things, it all depends on how much work you want to put into it LOL. It can do AWS things in OCSF, and other things but you need AppFabric. It’s S3 backed, so I’m assuming it can use Athena for querying across the bucket. You could write your own Athena queries or use Glue.
TL;DR - it all be depends lol
I’ve got a god complex, but not in the traditional sense. I embody Lethe, the Greek god of forgetfulness, because my #ADHD is a thing medication barely controls.