Skip to content

Releases: y-miyazaki/terraform-aws-base

v3.0.1

07 Jun 12:14
Compare
Choose a tag to compare
  • 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

07 Jun 06:13
Compare
Choose a tag to compare
  • 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

10 Nov 05:07
Compare
Choose a tag to compare
  • 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

09 Nov 02:10
Compare
Choose a tag to compare
  • FIX
    • fixed aws_iam_user_login_profile ignore changes for change password.

Full Changelog: v2.8.1...v2.8.2

v2.8.1

31 Oct 04:20
Compare
Choose a tag to compare
  • 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

09 Sep 06:32
Compare
Choose a tag to compare
  • 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

31 May 04:21
91d89b0
Compare
Choose a tag to compare
  • 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

06 Apr 04:28
Compare
Choose a tag to compare
  • 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

03 Apr 11:59
Compare
Choose a tag to compare

v2.6.0

03 Apr 05:08
076451e
Compare
Choose a tag to compare
  • 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.