Releases: y-miyazaki/terraform-aws-base
Releases · y-miyazaki/terraform-aws-base
v3.0.1
- FIXED
- fixed modules for tfsec and tflint.
- fixed aws_securityhub_account's control_finding_generator STANDARD_CONTROL to SECURITY_CONTROL.
- fixed CI.
- UPDATE
- update terraform version 1.2.7 to 1.4.6.
Full Changelog: v3.0.0...v3.0.1
v3.0.0
- ADDED
- Added Athena to analyze SES logs.
- Added check MySQL slow query.
- Added version control to be monitored by dependbot.
- Added APIEndpoint for CSP report. However, custom domains, etc. are not supported.
- Added the ability to check for broken links in Synthetics Canary.
- Added the ability to configure whether or not console access and access keys are obtained when creating IAM users.
- FIXED
- Some tflint corrections were made.
- When checking MFA in AWS, if the MFA name was fixed and not a user name, an error would occur, but the restriction on the MFA name has been removed.
- Metrics now does not monitor for CloudFront 403 errors by default.
- SecurityHub's CIS AWS Foundations Benchmark version has been updated from v1.2.0 to default to v1.4.0. If you use the original v1.2.0, you will need to set variables.
- Synthetics Canary is now supported to run within VPC.
- CloudFront and SES logs from us-east-1 can be forwarded to S3.
Full Changelog: v2.9.1...v3.0.0
v2.9.1
- FIXED
- fixed README.md for module.
- fixed for tfsec and tflint.
- fixed iam management.
- fixed terraform.example.tfvars on base.
Full Changelog: v2.8.2...v2.9.1
v2.8.2
- FIX
- fixed aws_iam_user_login_profile ignore changes for change password.
Full Changelog: v2.8.1...v2.8.2
v2.8.1
-
FIX
- fixed AWSConfigRole to AWS_ConfigRole for AWS Config.
- fixed retention_in_days 7 to 14 in terraform.example.tfvars.
- fixed tfbackground key.
- fixed versioning for s3 in terraform.example.tfvars.
-
ADD
- added deploy_infra and deploy_code in terraform.example.tfvars.
Full Changelog: v2.8.0...v2.8.1
v2.8.0
-
FIX
update terraform version.
fixed scripts example.
fixed for tflint.
fixed variable names. -
ADD
added for AWS Health Global Service Event.
added for check EC2 Event.
added tfsec:ignore rule.
added tflint ignore rule. -
REMOVE
removed undeclared variables.
Full Changelog: v2.7.0...v2.8.0
v2.7.0
-
FIX
README-base.tfvars.md.
README-base.monitor.md.
change module for lambda.
change module for s3.
s3 bucket policy.
lambda policy for security. -
ADD
inside vpc for lambda.
s3 access log for security. -
REMOVE
old s3 bucket modules.
old s3 policy rules.
v2.6.2
- ADD
- README.md for modules.
- FIX
- some modules fixed aws provider version.
- BUG
- fixed bug for some modules.
Full Changelog: v2.6.1...v2.6.2
v2.6.1
- ADD
added README-monitor-tfvars.md - FIX
fixed README.md
fixed README-base-tfvars.md
fixed terraform.example.tfvars - BUG
v2.6.0
- Add
- added Synthetics Canary for Heartbeat.
- added README-base-tfvars.md.
- update aws provider >= 4.0.0.
- FIX
- fixed modules for default tags.
- fixed budgets module.
- fixed cloudtrail module.
- fixed s3 module for aws provider over 4.0.0.
- BUG
- fixed ses metrics.
- fixed metrics notification.