#terraform-aws-modules (2020-02)
Terraform Modules
Discussions related to https://github.com/terraform-aws-modules
Archive: https://archive.sweetops.com/terraform-aws-modules/
2020-02-05
This PR adds the following functionality when setting cluster_mode_enabled == true: Automatically set number of nodes in cluster_size, enabling scale-out with a single parameter change. Automatica…
@Andriy Knysh (Cloud Posse)
looks like test failed with a formatting error (I’m bad at those). commit coming with fix.
I’d love eyes on this PR too when there is time: https://github.com/cloudposse/terraform-aws-rds-cluster/pull/59
2020-02-11
@Andriy Knysh (Cloud Posse) i’m not able to reproduce the failing test in https://github.com/cloudposse/terraform-aws-elasticache-redis/pull/59, advice for how to proceed?
This PR adds the following functionality when setting cluster_mode_enabled == true: Automatically set number of nodes in cluster_size, enabling scale-out with a single parameter change. Automatica…
@Maxim Mironenko (Cloud Posse) is now helping as well review some PRs
he can take a look at this tomorrow
@Maxim Mironenko (Cloud Posse) has joined the channel
@Jim Park looks like there was no issues with code, just test gets broken. will make a release shortly. stay tuned
thanks @Maxim Mironenko (Cloud Posse)!
and thanks to all y’all
@Jim Park here it is: <https://github.com/cloudposse/terraform-aws-elasticache-redis/releases/tag/0.15.0>
woot!
2020-02-12
Friendly ping on https://github.com/terraform-aws-modules/terraform-aws-iam/pull/46
Description I added the possibility to create an IAM instance profile to “iam-assumable-role” As it only takes 1 extra parameter, and is whitin the scope of this module (IAM)
@Maxim Mironenko (Cloud Posse)
@Erik Osterman (Cloud Posse) @David this is not a Cloudposse
repo, sorry
Ah yes, @David this channel is unmonitored by the folks in the “terraform-aws-modules” organization
It’s been confusing that this channel is related to that organization, so I have given up and just conceded we can have conversations related to general terraform modules for AWS. :-)
ah gotcha, apologies!
2020-02-21
@scorebot help keep tabs!
@scorebot has joined the channel
Thanks for adding me emojis used in this channel are now worth points.
Wondering what I can do? try @scorebot help
2020-02-22
@scorebot help
2020-02-24
Can you release https://github.com/cloudposse/terraform-aws-cloudfront-s3-cdn including https://github.com/cloudposse/terraform-aws-cloudfront-s3-cdn/pull/75 (maybe 0.21.1
)?
Without that fix, module generates wrong origin domain with website_enabled = true
in my region(ap-northeast-2), it took almost 2 hours to figure out what’s wrong:sob:.
Now I’m using it with source = "git::<https://github.com/cloudposse/terraform-aws-cloudfront-s3-cdn.git?ref=41c6c331964c76184c796f1857b779fb88c51f44>"
(which points to current master head) as workaround, but it would be better there’s an official release and note for that fix.
Terraform module to easily provision CloudFront CDN backed by an S3 origin - cloudposse/terraform-aws-cloudfront-s3-cdn
Fix the issue mentioned in #74 The s3 static website's domain have two format: Format 1: http://bucket-name.s3-website.Region.amazonaws.com Format 2: http://bucket-name.s3-website-Region.amazo…
@kimxogus here it is: https://github.com/cloudposse/terraform-aws-cloudfront-s3-cdn/releases/tag/0.22.0
Terraform module to easily provision CloudFront CDN backed by an S3 origin - cloudposse/terraform-aws-cloudfront-s3-cdn
Thanks!
2020-02-25
Hi guys, I am using https://github.com/cloudposse/terraform-aws-alb - target_id is a list that describes the targets to be attached, is there any reason not to rename this to targets_id ?
Terraform module to provision a standard ALB for HTTP/HTTP traffic - cloudposse/terraform-aws-alb
I don’t see target_id
in https://github.com/cloudposse/terraform-aws-alb/blob/master/variables.tf
Terraform module to provision a standard ALB for HTTP/HTTP traffic - cloudposse/terraform-aws-alb
or target_ids for that matter