#terraform-aws-modules (2022-11)
Terraform Modules
Discussions related to https://github.com/terraform-aws-modules
Archive: https://archive.sweetops.com/terraform-aws-modules/
2022-11-02
Can we get eyes on this pr? https://github.com/cloudposse/terraform-aws-cloudfront-s3-cdn/pull/238
2022-11-06
I see 17 errors from Bridgecrew Infrastructure Security in this repo https://github.com/cloudposse/terraform-aws-dynamic-subnets. Is it something left unfixed (putting ignore/skip) intentionally to be fixed in the future?
Terraform module for public and private subnets provisioning in existing VPC
2022-11-09
Hi! for one of these coincidences some of you used this module? https://registry.terraform.io/modules/marcosborges/loadtest-distribuited/aws/latest or can recomend me a good option for load testing?
Cloud-scale load testing
Not sure if this is still functional but it worked well in the past https://github.com/boostercloud/serverless-artillery
Combine serverless with artillery and you get serverless-artillery for instant, cheap, and easy performance testing at scale.
2022-11-14
Neptune users – for any users using terraform supported Neptune in production please be aware of issues of restoring clusters from snapshots. The issue is documented here – https://github.com/hashicorp/terraform-provider-aws/issues/23601 There is a PR with a fix (which we have tested this locally as well) – https://github.com/hashicorp/terraform-provider-aws/pull/25982 Please vote for the issue and the fix if this is a resource type you are using.
2022-11-17
Hello,
I’m using terraform-aws-eks-node-group, I don’t understand if I can disable pet name
for node group. It is possible ?
2022-11-21
Hi, It’s me, again, for another question ;
I’m using terraform-aws-eks-workers and terraform-aws-eks-cluster with Terragrunt, I’m stuck because I can’t use eks-workers ARN as input of the eks-cluster part, because eks-cluster is already a dependency of eks-workers
Do you think it could be a good idea to add kubernetes_config_map
resource in the terraform-aws-eks-workers module ? To add the workers role directly from this module to the cluster config map
My bad, I just understood that the config map exists and can’t be modified so easily
it works with kubernetes_config_map_v1_data
but maybe it is not a good thing to use it ?