#terraform-aws-modules (2021-05)

terraform Terraform Modules

Discussions related to https://github.com/terraform-aws-modules

Archive: https://archive.sweetops.com/terraform-aws-modules/

2021-05-17

its corelogic avatar
its corelogic

wave I’m here! What’d I miss?

2021-05-18

mikesew avatar
mikesew

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. =]

Stan M avatar

found their docs repo. I assume that you could submit an issue or PR there to help out: https://github.com/cloudposse/docs

cloudposse/docsattachment image

SweetOps documentation for the Cloud Posse way of doing Infrastructure as Code. https://docs.cloudposse.com - cloudposse/docs

2021-05-20

Karl Webster avatar
Karl Webster

Hey just wanted to check this is in fact a bug? https://github.com/cloudposse/terraform-aws-rds/issues/114

Creating RDS in newer regions errors but RDS is created · Issue #114 · cloudposse/terraform-aws-rdsattachment image

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 …

1
nnsense avatar
nnsense

Apparently setting the value to null solve the issue, I’ve created a PR

Creating RDS in newer regions errors but RDS is created · Issue #114 · cloudposse/terraform-aws-rdsattachment image

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

Karl Webster avatar
Karl Webster
01:07:48 PM

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..

1

2021-05-31

Alex Jurkiewicz avatar
Alex Jurkiewicz

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

Allow multiple truncated versions of a label by alexjurkiewicz · Pull Request #118 · cloudposse/terraform-null-labelattachment image

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.

    keyboard_arrow_up