Releases: cloudposse/terraform-aws-components
Releases · cloudposse/terraform-aws-components
v1.441.0
`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
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
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
chore: bump elasticache-redis module version @wavemoran (#1040)
what
- Upgrade
elasticache-redismodule version in theelasticache-rediscomponent - Adds three new variables from the module;
create_parameter_group,parameter_group_name, andmulti_az_enabled
why
- Use the latest module version with the component
references
- New variables were added in module version
1.0.0https://github.com/cloudposse/terraform-aws-elasticache-redis/releases/tag/1.0.0
v1.437.0
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
v1.435.0
v1.434.0
`sqs-queue` better support dead-letter queues @Benbentwo (#1037)
what
- Updates component
sqs-queueto better support dead-letter queues
why
- This is an awkward component currently, it is really just a pass through to an sqs resource. This should probably be broken down into a module and then wrapped with a component. In the meantime, this will allow easier access to other sqs-queues' URL for the redrive policy which is used for deadletter queues
references
v1.433.0
`sqs-queue`: Update to include SQS Policy @Benbentwo (#1035)
what
- Update SQS Queue component to include an access policy block
- Add IAM Policy variable to make it writeable per queue
- Added helpers to add filters like current account and current queue arn
why
- need an access policy that can allow s3 notifications
v1.432.0
Better support for KUBECONFIG file authentication @Nuru (#1034)
what
- Update
providers-helm.tfto provide better support forKUBECONFIGfile authentication - Add support for computing the
KUBECONFIGcontext name from the EKS cluster name
why
- Previous support had bugs, and lacked support for alternative access to EKS clusters, such as via a gateway (authenticating) proxy, such as Teleport
- Enable support for
KUBECONFIGfiles which configure access for multiple clusters, selected via "context" setting