Skip to content

Releases: cloudposse/terraform-aws-components

0.6.4 Update readme yaml file and rebuild md

06 Dec 13:28
1e1d98a
Compare
Choose a tag to compare

what

  • updated README.yaml file
  • add tags and categories
  • rebuild README.md file

why

  • need to add categories and tags so we can pull them into the documentation

0.6.3 Add `allowed_cidr_blocks` to `aurora-mysql`

06 Nov 18:57
ea8e0bc
Compare
Choose a tag to compare

what

  • Add allowed_cidr_blocks to aurora-mysql

why

  • To make it publicly accessible

notes

For an Aurora cluster to be publicly accessible, the following three conditions must be met:

  1. publicly_accessible flag must be set to true, in which case the RDS instances will be assigned a public IP address and the internal DNS will be pointed to it (otherwise it will be assigned a private IP address)

  2. The instances must be placed into public subnets (with an Internet Gateway), so they could be reached from the Internet

  3. The Security Group must have ingress rules to allow connection from an external IP address, CIDR blocks, or other security groups. To allow public access from any IP, use "0.0.0.0/0" as allowed CIDR blocks

0.6.2 Add Aurora MySQL module

06 Nov 02:36
d299bc1
Compare
Choose a tag to compare

what

  • Add Aurora MySQL module
  • Update Aurora Postgres module

why

0.6.1

05 Nov 13:55
Compare
Choose a tag to compare

what

  • Add input variables for TF state bucket attributes and zone name

why

  • The parameters were hardcoded, need to parameterize them

0.6.0: [aws/users,aws/account-settings] new modules (#45)

24 Oct 02:30
166b2d4
Compare
Choose a tag to compare
* add iam settings and scaffolding for user account creation

* add signin url local

* Add email template

* Fix formatting

* use data provider output for account alias

* remove redundant group

[elasticache redis] Allow name configurable

20 Oct 18:56
ad771d9
Compare
Choose a tag to compare
[aws/backing-services] update module versions (#44)

* Update elastic cache

0.5.8: Added rds as backing service (#43)

03 Oct 17:40
c67b743
Compare
Choose a tag to compare

What

  • Added RDS as backing service

Why

  • To make it useful for some projects

0.5.7

01 Oct 17:53
4043504
Compare
Choose a tag to compare

what

  • Add eks module
  • Add eks-backing-services-peering module

why

  • To provision a complete EKS cluster on AWS with worker nodes and autoscaling group
  • To create a peering VPC connection between the EKS cluster and the backing services VPC

0.5.6: Added elasticsearch permissions (#38)

04 Sep 19:38
31116b6
Compare
Choose a tag to compare
* Added elasticsearch permissions

* Fix style

0.5.5: [ecr] Fix Outputs (#35)

04 Sep 19:33
fbf02a8
Compare
Choose a tag to compare
* Disable default ecr

* Disable default ecr

* Disable default ecr

* Added add ecr

* Address PR comments

* Address Pr comments