Terraform secure AWS baseline: logging, encryption, IAM guardrails

aws cis-benchmark infrastructure-as-code security terraform
2 Open Issues Need Help Last updated: Jul 11, 2025

Open Issues Need Help

View All on GitHub
DevOps AWS Security Baseline

AI Summary: Publish the `s3_logs` Terraform module to the Terraform Registry. This involves tagging the module as version v0.1.0 and following HashiCorp's publishing guidelines to make it installable via `source = "joffbuilds/s3-logs/aws"`.

Complexity: 3/5
good first issue

Terraform secure AWS baseline: logging, encryption, IAM guardrails

HCL
#aws#cis-benchmark#infrastructure-as-code#security#terraform
DevOps AWS Security Baseline
Add OPA policy unit tests about 2 months ago

AI Summary: Create Open Policy Agent (OPA) Rego unit tests for the provided policies (s3_encrypted.rego) and integrate them into the GitHub Actions CI pipeline using `opa test`. The tests should verify the policies' functionality and fail if any test cases are broken.

Complexity: 4/5
enhancement good first issue

Terraform secure AWS baseline: logging, encryption, IAM guardrails

HCL
#aws#cis-benchmark#infrastructure-as-code#security#terraform