Skip to content

Releases: silinternational/idp-hub-terraform

add IPv6

03 Dec 01:47
ba5f6e9
Compare
Choose a tag to compare

Added

  • Add IPv6 to the VPC and ALB, removing the public IPv4 address(es) from the ALB

What's Changed

  • enable IPv6 and remove public IPv4 from ALB by @briskt in #55

Full Changelog: v5.3.0...v5.4.0

control AWS Backup retention

12 Nov 00:50
79df357
Compare
Choose a tag to compare

What's Changed

  • Release 5.2.3 -- Upgrade providers by @briskt in #52
  • add config variable to set LOGGING_LEVEL by @briskt in #53
  • Release -- shorter retention in AWS Backup by @briskt in #54

Full Changelog: v5.2.2...v5.3.0

remove old variables

16 Sep 13:11
13cbb7c
Compare
Choose a tag to compare

Fixed

  • Use actual RDS ARN rather than a data source lookup
  • Removed old variables removed from ssp-base 10

fixed backup config, add email notification

29 Aug 02:23
312625f
Compare
Choose a tag to compare

Added

  • Added email notification for backup events

Fixed

  • Revised backup config to avoid name collisions between regions

add AWS Backup, EC2 tags, and increased log retention

28 Aug 13:09
a177a5e
Compare
Choose a tag to compare

Added

  • Added AWS Backup with SNS notification
  • Added tags to ASG and EC2

Changed

  • Increased log retention to 60 days

add theme_color_scheme variable

18 Jul 17:28
3e43a07
Compare
Choose a tag to compare
Merge pull request #48 from silinternational/develop

Release 5.1.0 -- add theme_color_scheme variable

Muliregion changes

09 Aug 19:50
67863b7
Compare
Choose a tag to compare

Changed (breaking)

  • Stop using ECR image replication (will be done during deploy)
  • Output ALB DNS name
  • Disable dns_allow_overwrite
  • Create an intermediate DNS record to simplify failover

Fixed

  • Use ecs-app module version 0.4.0 -- grant CD user permission on all regions

Add multi-region support; make independent of external resources

29 Jun 05:34
dcce92f
Compare
Choose a tag to compare

This is a major change that requires nearly all of the AWS resources to be recreated. Proceed with caution!

Added

  • Added management of VPC, ASG, ALB, and ECS Cluster
  • Added optional Adminer database manager ECS service
  • Run basic validation checks in GitHub Actions
  • Options to support failover to a second AWS region

Changed

  • Renamed variable create_dns_entry to create_dns_record
  • Changed name of IAM resources to support operation in multiple AWS zones
  • Changed DynamoDB table name

Removed

  • Removed option to store session data in Elasticache. The only option now is RDS.

This is not necessarily an exhaustive list of changes. Consider yourself warned.

Manage DynamoDB table for logging user login activity

31 May 08:06
1e9035b
Compare
Choose a tag to compare

Added

  • Added a resource to manage the DynamoDB table for sildisco logging.
  • Created a README.md file.
  • Added default values for aws_access_key and aws_secret_key so they can be provided in environment variables (AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY).

Changed

  • Changed the default value for cloudflare_token so it can be provided in an environment variable (CLOUDFLARE_TOKEN).

Removed

  • Removed duplicate tagging on the RDS database. It made Terraform want to re-add the tags on every plan.

Destroy the unused Elasticache resources

25 May 00:07
a56eb73
Compare
Choose a tag to compare
Merge pull request #28 from silinternational/develop

Release 2.0.1 - destroy the unused Elasticache resources