AWS SSO with Terraform and Secrets Manager
You can find the latest code for this project on GitHub: https://github.com/shadetree-dev/terraform-aws-sso-permission-sets-example
We'll go through a few stages in this journey to get there:
- Bitch about SSO a bit and why it's such a burden to deal with
- Delegate an administrator for IAM Identity Center (SSO)
- Set up some AWS Secrets Manager secrets to pull dynamically from (avoid hard-coding)
- Write some Terraform and apply it!