
Cloud Security Podcast by Google EP138 Terraform for Security Teams: How to Use IaC to Secure the Cloud
14 snips
Sep 11, 2023 Guest Rosemary Wang, Developer Advocate at HashiCorp, discusses using Terraform for security automation, applying security best practices, and the relationship between Terraform and policy as code. Tips for getting started and recommendations for enhancing security journey with Terraform are also shared.
AI Snips
Chapters
Transcript
Episode notes
Securing Terraform
- Secure Terraform by modularizing configurations, building best practices into reusable modules.
- Use pre and post-conditions and security testing, including policy as code.
Terraform for Security Automation
- Use Terraform for security automation, especially for identity and access management (IAM).
- Automate granting and revoking access with audit trails and reduce friction.
Terraform Security Risks
- Over-permissioned Terraform access and plaintext secrets in state files are significant security risks.
- Implement role-based access control and dynamic credentials to mitigate these risks.
