Skip to content

Releases: cloudposse/terraform-aws-components

v1.445.0

25 May 06:05
c289dac
Compare
Choose a tag to compare
chore: karpenter v1beta upgrade @dudymas (#1039)

what

  • upstream the karpenter component
    • update README.md section 1 of install docs
    • update README.md section 2 of install docs
    • update README.md section 3 of install docs
    • fix/update README.md links and additional notes
  • upstream the karpenter node pool component
    • update README.md docs (change from provisioners to node pools)

why

  • Considerable changes between alpha and beta api

references

v1.444.0

25 May 00:09
af287c1
Compare
Choose a tag to compare
feat: add org compliance packs to aws-config @dudymas (#1006)

what

  • new module in aws-config for org scoped conformance packs

why

  • allows conformance packs to automatically be applied to accounts in the org

v1.443.0

24 May 18:04
3fb01a2
Compare
Choose a tag to compare
feat: allow overriding the dynamodb table name @nitrocode (#1016)

what

  • allow overriding the dynamodb table name

why

  • This will make it possible to import older dynamodb tables without having to null portions of the context
  • Matches s3-bucket module's bucket_name

references

v1.442.0

22 May 21:21
138fda9
Compare
Choose a tag to compare
feat: `elasticache-redis` Optionally Disable VPC Ingress Rule @milldr (#1044)

what

  • Add new variable 'allow_ingress_from_this_vpc' for elasticache-redis
  • Changed default behavior to not allow Ingress from the VPC in this account removed

why

  • Previously the default behavior allowed the full VPC CIDR in this account without an option to disable it. We should not only be able to disable it if we choose, but the default behavior should be less permissive.

references

  • Customer ask

v1.441.0

22 May 20:02
c019843
Compare
Choose a tag to compare
`sqs-queue` Update default KMS key to be null @Benbentwo (#1043)

what

  • Update default SQS queue's KMS key to be null, this takes precedence in the module over sqs_managed_sse_enabled

why

  • If KMS key is set - use that key
  • then, if KMS key is null && sqs_managed_sse_enabled = true - use AWS SSE
  • Finally if KMS key is null && sqs_managed_sse_enabled = false - no encryption

references

v1.440.0

22 May 17:13
cd7eee3
Compare
Choose a tag to compare
SQS Component Refactor @Benbentwo (#1042)

what

  • Refactor SQS Component to utilize "terraform-aws-modules/sqs/aws" module
  • Add IAM Policy Support

why

  • Better support for dlq within the same component
  • Policy enhancements

references

  • N/A

v1.439.0

22 May 16:09
0fb45d8
Compare
Choose a tag to compare
fix: add missing multi_az_enabled variable @wavemoran (#1041)

what

  • Add missing variable multi_az_enabled

why

  • This variable should have been included in #1040

references

v1.438.0

21 May 22:07
5313f42
Compare
Choose a tag to compare
chore: bump elasticache-redis module version @wavemoran (#1040)

what

  • Upgrade elasticache-redis module version in the elasticache-redis component
  • Adds three new variables from the module; create_parameter_group, parameter_group_name, and multi_az_enabled

why

  • Use the latest module version with the component

references

v1.437.0

20 May 16:16
68b1262
Compare
Choose a tag to compare
feat(vpc): add named subnets @nitrocode (#1032)

what

  • add named subnets to vpc component

why

  • allow using named subnets for databases

references

v1.436.0

17 May 16:16
e12c805
Compare
Choose a tag to compare
feat(`rds`): `psql` Connection Command as Output @milldr (#1036)

what

  • Add psql helper output to connect to RDS instance

why

  • This output is helpful to have preformatted to validate the database after you've created it

references

  • Customer engagement