#terraform-aws-modules (2022-07)
Terraform Modules
Discussions related to https://github.com/terraform-aws-modules
Archive: https://archive.sweetops.com/terraform-aws-modules/
2022-07-04
Hi everyone, I have a PR open here, for the codebuild refactoring to AWS v4 provider. Can someone please take a look I’m running into a problem with BridgeCrew code analysis. I approved it but it asked for an org name. If this needs to be in another channel, please shout.
2022-07-07
We have released a candidate for v2 of our Terraform security group module. It attempts to provide options for handling the tradeoff between zero downtime and preserving the security group ID. Your feedback on this candidate before to becomes GA would be very helpful. You can add comments to PR 35 even though that PR is now closed.
LGTM and the README was quite informative to the logic
2022-07-15
Ready to tackle @nitrocode’s feedback on this comment and create an ECS cluster module for CloudPosse - can someone give me a little starting feedback on the process CloudPosse uses to init a new AWS module?
@kevcube so far we haven’t needed to but I wouldn’t be opposed to a specific module for it.
There are many options here including capacity providers https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster
We just don’t have too many clients using ecs so we depend on the open source community to maintain these modules. If you’re interested in maintaining one specifically for ecs cluster then we can create a new repo. Please ping us in the sweetops slack channel.
we use https://github.com/cloudposse/terraform-example-module as a template
Example Terraform Module Scaffolding
Terraform module to provision an AWS Redshift Cluster
I see, thanks! After I fork that and edit it to cover the intended resources, I’ll contact CloudPosse about transferring ownership. Thanks!