#terraform-aws-modules (2021-05)
Terraform Modules
Discussions related to https://github.com/terraform-aws-modules
Archive: https://archive.sweetops.com/terraform-aws-modules/
2021-05-17
I’m here! What’d I miss?
2021-05-18
Minor Documentation question: https://docs.cloudposse.com/reference/best-practices/terraform-tips-tricks/ – the S3 bucket lifecycle rules section seems like its missing a code backtick (
`). I’m not sure if this is powered by git in the background, so I’m just pointing it out here. =]
found their docs repo. I assume that you could submit an issue or PR there to help out: https://github.com/cloudposse/docs
SweetOps documentation for the Cloud Posse way of doing Infrastructure as Code. https://docs.cloudposse.com - cloudposse/docs
2021-05-20
Hey just wanted to check this is in fact a bug? https://github.com/cloudposse/terraform-aws-rds/issues/114
Describe the Bug Creating RDS in newer regions errors but RDS is still created. Expected Behavior Either the terraform to error and the RDS to not be created or the terraform to give a warning and …
Apparently setting the value to null
solve the issue, I’ve created a PR
Describe the Bug Creating RDS in newer regions errors but RDS is still created. Expected Behavior Either the terraform to error and the RDS to not be created or the terraform to give a warning and …
2021-05-21
2021-05-23
2021-05-24
Can we get this merged in pls?
Is there a maintainer of the terraform-aws-dynamic-subnets
here? The following PR (created by the renovate bot) fixes my issues:
• The PR: https://github.com/cloudposse/terraform-aws-dynamic-subnets/pull/128 • The Issue it fixes: https://github.com/cloudposse/terraform-aws-dynamic-subnets/issues/133 I would @ but I have no idea who the right person is..
2021-05-27
this small PR fixes a bug where resources are still created when var.enabled = false
:
https://github.com/cloudposse/terraform-aws-dynamodb-autoscaler/pull/40
Please take a look, because once I will then update the downstream module:
https://github.com/cloudposse/terraform-aws-dynamodb
thank you @Matt Gowie!
2021-05-28
thanks, this now unblocks my dynamodb bugfix too: https://github.com/cloudposse/terraform-aws-dynamodb/pull/95
thank you @Andriy Knysh (Cloud Posse)!
2021-05-31
is anyone available to review a PR for null-label: https://github.com/cloudposse/terraform-null-label/pull/118 and a RFC which I would like to implement? https://github.com/cloudposse/terraform-null-label/issues/128
Truncated forms of id_full which are always available. This is useful when you want to use the same label for several resources with different length restrictions. Closes #117.