Security
Provider Authentication
Secure Credentials Management
# DON'T do this provider "aws" { access_key = "AKIAIOSFODNN7EXAMPLE" # WRONG! secret_key = "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" # WRONG! }provider "aws" { region = "us-west-2" assume_role { role_arn = "arn:aws:iam::ACCOUNT_ID:role/ROLE_NAME" } }provider "azurerm" { features {} use_msi = true }
Infrastructure Security
Network Security
Access Management
Code Security
Secret Management
Module Security
Compliance and Auditing
Compliance Controls
Audit Logging
Security Testing
Automated Security Checks
Incident Response
Security Incident Handling
Security Checklist
Last updated